Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/UCustomizableObjectNode
Description
Wrapper of the pin creation method. Will use the PinName and PinFriendlyname returned by the "UEdGraphSchema_CustomizableObject"
| Name | CustomCreatePinSimple |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/Nodes/CustomizableObjectNode.cpp |
UEdGraphPin * CustomCreatePinSimple
(
EEdGraphPinDirection Direction,
const FName & Category,
bool bIsArray
)