Navigation
API > API/Plugins > API/Plugins/ControlRig
Defines how to retrieve the UI name for an element
| Name | EElementNameDisplayMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h |
| Include Path | #include "Rigs/RigHierarchyDefines.h" |
Syntax
enum EElementNameDisplayMode
{
AssetDefault,
Auto,
ForceShort,
ForceLong,
}
Values
| Name | Remarks |
|---|---|
| AssetDefault | Relies on the setting in the referenced asset. |
| Auto | Shows full paths only for elements that need it. |
| ForceShort | Always shows short names (potentially resulting in clashing labels) |
| ForceLong | Always shows full paths. |