Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_BreakStruct
Description
Whether or not two pins match for purposes of reconnection after reconstruction. This allows pins that may have had their names changed via reconstruction to be matched to their old values on a node-by-node basis, if needed
Virtual Inheritance
- UK2Node::DoPinsMatchForReconstruction → UK2Node_Variable::DoPinsMatchForReconstruction → UK2Node_BreakStruct::DoPinsMatchForReconstruction
| Name | DoPinsMatchForReconstruction |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BreakStruct.h |
| Include Path | #include "K2Node_BreakStruct.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_BreakStruct.cpp |
virtual ERedirectType DoPinsMatchForReconstruction
(
const UEdGraphPin * NewPin,
int32 NewPinIndex,
const UEdGraphPin * OldPin,
int32 OldPinIndex
) const