UEdGraph::AddNode

Add a node to the graph

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h

Include

#include "EdGraph/EdGraph.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp

Syntax

void AddNode
(
    UEdGraphNode * NodeToAdd,
    bool bUserAction,
    bool bSelectNewNode
)

Remarks

Add a node to the graph

Parameters

Parameter

Description

NodeToAdd

A graph node to add to the graph

bUserAction

true if the node was added as the result of a direct user action

bSelectNewNode

Whether or not to select the new node being created

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