Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include | #include "EdGraphSchema_K2.h" |
Syntax
enum EFunctionType
&123;
FT_Imperative = 0x01,
FT_Pure = 0x02,
FT_Const = 0x04,
FT_Protected = 0x08,
&125;
Values
Name | Description |
---|---|
FT_Imperative | |
FT_Pure | |
FT_Const | |
FT_Protected |
Remarks
Flags to indicate different types of blueprint callable functions