UK2Node_BaseAsyncTask::DoPinsMatchForReconstruction

Whether or not two pins match for purposes of reconnection after reconstruction.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UK2Node::DoPinsMatchForReconstruction()

UK2Node_BaseAsyncTask::DoPinsMatchForReconstruction()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h

Include

#include "K2Node_BaseAsyncTask.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp

Syntax

virtual ERedirectType DoPinsMatchForReconstruction
(
    const UEdGraphPin * NewPin,
    int32 NewPinIndex,
    const UEdGraphPin * OldPin,
    int32 OldPinIndex
) const

Remarks

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