UEdGraph::CreateNode

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraph.h"

Syntax

UEdGraphNode * CreateNode
(
    TSubclassOf< UEdGraphNode > NewNodeClass,
    bool bSelectNewNode
)