Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectNodeRemapPins
- UCustomizableObjectNodeRemapPinsByName
- UCustomizableObjectNodeRemapPinsCustomExternalPin
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeExternalPin.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeExternalPin.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeRemapPinsCustomExternalPin : public UCustomizableObjectNodeRemapPinsByName
Remarks
Custom remap pins by name action.
If the node can not find the exposed pin, set the external pin as deprecated.
Overridden from UCustomizableObjectNodeRemapPins
| Type | Name | Description | |
|---|---|---|---|
| void | RemapPins
(
const UCustomizableObjectNode& Node, |
Remap existing connections from old pins to new pins. |