UK2Node::RewireOldPinsToNewPins

Helper function to rewire old pins to new pins during node reconstruction (or other regeneration of pins)

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node.h"

Source

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

Syntax

void RewireOldPinsToNewPins
(
    TArray< UEdGraphPin * > & InOldPins,
    TArray< UEdGraphPin * > & InNewPins,
    TMap< UEdGraphPin *, UEdGraphPin * > * NewPinToOldPin
)

Remarks

Helper function to rewire old pins to new pins during node reconstruction (or other regeneration of pins)

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