EEdGraphSchemaAction_K2Graph::Type

The graph type that the schema is

Unreal Engine C++ API Reference > Editor > BlueprintGraph

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library