UK2Node_Literal::DoPinsMatchForReconstruction

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

Windows
MacOS
Linux

Override Hierarchy

UK2Node::DoPinsMatchForReconstruction()

UK2Node_Literal::DoPinsMatchForReconstruction()

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_Literal.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss