Defines what type of offset to maintain from the original transform when using TOverrideTransform.
| kPositionAndRotation | Maintains both position and rotation offset from the original transform. |
| kPositionOnly | Maintains only the position offset from the original transform. |
| kRotationOnly | Maintains only the rotation offset from the original transform. |
| kNone | Does not maintain any offset from the original transform. |