Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
Determines where the "Add Pin" button should be added within the node.
| Name | EAddPinNodeButtonLocation |
| Type | enum |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
Syntax
enum EAddPinNodeButtonLocation
{
NONE = 0,
INPUT,
OUTPUT,
}
Values
| Name | Remarks |
|---|---|
| NONE | No "Add Pin" option will be added to the node UI. |
| INPUT | An option to add pins on the INPUT side of the node will be added. |
| OUTPUT | An option to add pins on the OUTPUT side of the node will be added. |