UEdGraph::CreateBlankNode

Creates an empty node of the given type.

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • Use CreateIntermediateNode instead.

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraph.h"

Syntax

template<typename NodeClass>
NodeClass * CreateBlankNode()

Remarks

Creates an empty node of the given type. User is fully responsible for building the node. Most nodes should be created through a FGraphNodeCreator builder.