Navigation
API > API/Plugins > API/Plugins/ControlRig
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigComponent.h |
| Include | #include "ControlRigComponent.h" |
Syntax
enum EControlRigComponentSpace
&123;
WorldSpace,
ActorSpace,
ComponentSpace,
RigSpace,
LocalSpace,
Max,
&125;
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Enum for controlling which space a transform is applied in.