Choose your operating system:
Windows
macOS
Linux
| UK2Node::DoPinsMatchForReconstruction()
|
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h |
Include |
#include "K2Node_BaseAsyncTask.h" |
Source |
/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp |
virtual ERedirectType DoPinsMatchForReconstruction
(
const UEdGraphPin * NewPin,
int32 NewPinIndex,
const UEdGraphPin * OldPin,
int32 OldPinIndex
) const
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