Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/RigUnitContext.h |
| Include | #include "Units/RigUnitContext.h" |
Syntax
enum ERigMetaDataNameSpace
{
None,
Self,
Parent,
Root,
Last,
}
Values
| Name | Description |
|---|---|
| None | Use no namespace - store the metadata directly on the item. |
| Self | Store the metadata for item relative to its module. |
| Parent | Store the metadata relative to its parent model. |
| Root | Store the metadata under the root module. |
| Last |