EEdGraphSchemaAction_K2Graph::Type

The graph type that the schema is

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h

Include

#include "EdGraphSchema_K2_Actions.h"

Syntax

namespace EEdGraphSchemaAction_K2Graph
{
    enum Type
    {
        Graph,
        Subgraph,
        Function,
        Interface,
        Macro,
        MAX,
    }
}

Values

Name

Description

Graph

Subgraph

Function

Interface

Macro

MAX

Remarks

The graph type that the schema is

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