Navigation
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.