UK2Node::InsertNewNode

Handles inserting the node between the FromPin and what the FromPin was original connected to

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 InsertNewNode
(
    UEdGraphPin * FromPin,
    UEdGraphPin * NewLinkPin,
    TSet< UEdGraphNode * > & OutNodeList
)

Remarks

Handles inserting the node between the FromPin and what the FromPin was original connected to

Parameters

Parameter

Description

FromPin

The pin this node is being spawned from

NewLinkPin

The new pin the FromPin will connect to

OutNodeList

Any nodes that are modified will get added to this list for notification purposes

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