Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectNodeRemapPins
- UCustomizableObjectNodeRemapPinsByName
- UCustomizableObjectNodeMaterialRemapPinsByName
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMaterial.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMaterial.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeMaterialRemapPinsByName : public UCustomizableObjectNodeRemapPinsByName
Remarks
Custom remap pins by name action.
Remap pins by Texture Parameter Id.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasSavedPinData
(
const UCustomizableObjectNode& Node, |
Overridden from UCustomizableObjectNodeRemapPinsByName
| Type | Name | Description | |
|---|---|---|---|
| bool | Equal
(
const UCustomizableObjectNode& Node, |
Overridden from UCustomizableObjectNodeRemapPins
| Type | Name | Description | |
|---|---|---|---|
| void | RemapPins
(
const UCustomizableObjectNode& Node, |
Remap existing connections from old pins to new pins. |