UEdGraphSchema::CreateDefaultNodesForGraph

Populate new graph with any default nodes

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual void CreateDefaultNodesForGraph
(
    UEdGraph & Graph
) const

Remarks

Populate new graph with any default nodes

Parameters

Parameter

Description

Graph

Graph to add the default nodes to

ContextClass

If specified, the graph terminators will use this class to search for context for signatures (i.e. interface functions)