Navigation
API > API/Plugins > API/Plugins/ControlRig
| |
|
| Name |
ERigMetaDataNameSpace |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/RigUnitContext.h |
| Include Path |
#include "Units/RigUnitContext.h" |
Syntax
enum ERigMetaDataNameSpace
{
None,
Self,
Parent,
Root,
Last,
}
Values
| Name |
Remarks |
| 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 |
|