EFunctionType

Flags to indicate different types of blueprint callable functions

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "EdGraphSchema_K2.h"

Syntax

enum EFunctionType
{
    FT_Imperative    = 0x01,
    FT_Pure          = 0x02,
    FT_Const         = 0x04,
    FT_Protected     = 0x08,
}

Values

Name

Description

FT_Imperative

FT_Pure

FT_Const

FT_Protected

Remarks

Flags to indicate different types of blueprint callable functions

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