Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes/UCustomizableObj-_73
- UCustomizableObjectNode::AllocateDefaultPins()
- UCustomizableObjectNodeTextureSample::AllocateDefaultPins()
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeTextureSample.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeTextureSample.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/Nodes/CustomizableObjectNodeTextureSample.cpp |
virtual void AllocateDefaultPins
&40;
UCustomizableObjectNodeRemapPins &42; RemapPins
&41;
Remarks
Specialization of AllocateDefaultPins UEdGraphNode function. Override.
Given the node context (this), create all the required pins.
Parameters
| Name | Description |
|---|---|
| RemapPins | remap pins action. Use this object to save any information required to later perfrom the remap pins action. Can be null. |