Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/UCustomizableObjectNode
Description
Reconstructs the node pins using the provided AllocateDefaultPins function. Safe to call in BackwardsCompatibleFixup. Notice that this function will not call the node AllocateDefaultPins function nor the ReconstructNode overrides.
Since this function is used BackwardsCompatibleFixup, it should not have major changes (or they will break existing fixups). If changes are needed, duplicate this function so old fixups remain unchanged.
| Name | FixupReconstructPins |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/Nodes/CustomizableObjectNode.cpp |
void FixupReconstructPins
(
UCustomizableObjectNodeRemapPins * RemapPinsAction,
TFunction < void *, UCustomizableObjectNodeRemapPins *)> AllocateDefaultPins
)