UK2Node::ReconstructSinglePin

Handles the actual reconstruction (copying data, links, name, etc...) from two pins that have already been matched together.

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 ReconstructSinglePin
(
    UEdGraphPin * NewPin,
    UEdGraphPin * OldPin,
    ERedirectType RedirectType
)

Remarks

Handles the actual reconstruction (copying data, links, name, etc...) from two pins that have already been matched together.

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