Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/RemapPins
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectNodeRemapPins
- UCustomizableObjectNodeRemapPinsByPosition
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/RemapPins/CustomizableObjectNodeRemapPinsByPosition.h |
| Include | #include "MuCOE/RemapPins/CustomizableObjectNodeRemapPinsByPosition.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeRemapPinsByPosition : public UCustomizableObjectNodeRemapPins
Remarks
Remap pins by position.
Remap pins by their relative order. Output pins and input pins get remapped independently.
Use inheritance is a node requires a set of special rules when remapping by position.
Overridden from UCustomizableObjectNodeRemapPins
| Type | Name | Description | |
|---|---|---|---|
| void | RemapPins
(
const UCustomizableObjectNode& Node, |
Remap existing connections from old pins to new pins. |