Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | ERigSpaceType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigSpaceHierarchy.h |
| Include Path | #include "Rigs/RigSpaceHierarchy.h" |
Syntax
enum ERigSpaceType
{
Global,
Bone,
Control,
Space,
}
Values
| Name | Remarks |
|---|---|
| Global | Not attached to anything |
| Bone | Attached to a bone |
| Control | Attached to a control |
| Space | Attached to a space |