Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
Determines the visibility behaviour for the editable pin name text boxes
| Name | EEditablePinNameBoxVisibilityPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
Syntax
enum EEditablePinNameBoxVisibilityPolicy
{
HIDE_IF_LINKED = 0,
ALWAYS_VISIBLE,
}
Values
| Name | Remarks |
|---|---|
| HIDE_IF_LINKED | Default behaviour : Any linked pin will have it's editable textbox hidden. |
| ALWAYS_VISIBLE | Always show the text box. |