Navigation
API > API/Plugins > API/Plugins/ControlRig
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigMetaData.h |
| Include | #include "ControlRigMetaData.h" |
Syntax
namespace ControlRigMetadata
{
enum
{
Abstract,
DisplayName,
ShowVariableNameInTitle,
}
}
Values
| Name | Description |
|---|---|
| Abstract | [StructMetaData] Indicates that a control rig unit struct cannot be instantiated |
| DisplayName | [StructMetaData] The name used for a control rig node's title |
| ShowVariableNameInTitle | [StructMetaData] Whether to show the variable name in the node's title bar |
Remarks
Metadata usable in USTRUCT for customizing the behavior when displaying the property in a property panel or graph node.