Navigation
API > API/Plugins > API/Plugins/ControlRig
Enum for controlling which space a transform is applied in.
| Name | EControlRigComponentSpace |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigComponent.h |
| Include Path | #include "ControlRigComponent.h" |
Syntax
enum EControlRigComponentSpace
{
WorldSpace,
ActorSpace,
ComponentSpace,
RigSpace,
LocalSpace,
Max,
}
Values
| Name | Remarks |
|---|---|
| WorldSpace | World space transform |
| ActorSpace | The space below the actor's root transform |
| ComponentSpace | The space defined by the Control Rig Component |
| RigSpace | The space within the rig. |
| LocalSpace | The space defined by each element's parent (bone, control etc) |
| Max |