ECreatedDocumentType

Type of new document/graph being created by a menu item.

Unreal Engine C++ API Reference > Editor > Kismet > FBlueprintEditor

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h
Include #include "BlueprintEditor.h"

Syntax

enum ECreatedDocumentType  
{  
    CGT_NewVariable,  
    CGT_NewFunctionGraph,  
    CGT_NewMacroGraph,  
    CGT_NewAnimationLayer,  
    CGT_NewEventGraph,  
    CGT_NewLocalVariable,  
}  

Values

Name Description
CGT_NewVariable  
CGT_NewFunctionGraph  
CGT_NewMacroGraph  
CGT_NewAnimationLayer  
CGT_NewEventGraph  
CGT_NewLocalVariable  

Remarks

Type of new document/graph being created by a menu item.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library