Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/RemapPins
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectNodeRemapPins
- UCustomizableObjectNodeRemapPinsByName
- UCustomizableObjectNodeRemapPinsByNameDefaultPin
- UCustomizableObjectNodeSkeletalMeshRemapPinsBySection
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/RemapPins/CustomizableObjectNodeRemapPinsByNameDefaultPin.h |
| Include | #include "MuCOE/RemapPins/CustomizableObjectNodeRemapPinsByNameDefaultPin.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeRemapPinsByNameDefaultPin : public UCustomizableObjectNodeRemapPinsByName
Remarks
If a default pin is given, remap it to the first pin. Otherwise, remap pins by name as usual.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | DefaultPin | Default pin to remap with. |
Overridden from UCustomizableObjectNodeRemapPins
| Type | Name | Description | |
|---|---|---|---|
| void | RemapPins
(
const UCustomizableObjectNode& Node, |
Remap existing connections from old pins to new pins. |