Navigation
API > API/Plugins > API/Plugins/ControlRig
Metadata usable in USTRUCT for customizing the behavior when displaying the property in a property panel or graph node.
| Name | ControlRigMetadata:: |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigMetaData.h |
| Include Path | #include "ControlRigMetaData.h" |
Syntax
namespace ControlRigMetadata
{
enum
{
Abstract,
DisplayName,
ShowVariableNameInTitle,
}
}
Values
| Name | Remarks |
|---|---|
| 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 |