Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectNodeRemapPins
- UCustomizableObjectNodeRemapPinsByName
- UCustomizableObjectNodeTableRemapPins
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeTable.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeTable.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeTableRemapPins : public UCustomizableObjectNodeRemapPinsByName
Overridden from UCustomizableObjectNodeRemapPinsByName
| Type | Name | Description | |
|---|---|---|---|
| bool | Equal
(
const UCustomizableObjectNode& Node, |
Specific method to decide when two pins are equal. |
Overridden from UCustomizableObjectNodeRemapPins
| Type | Name | Description | |
|---|---|---|---|
| void | RemapPins
(
const UCustomizableObjectNode& Node, |
Method to use in the RemapPins step of the node reconstruction process. |