EFunctionFlags

Namespace: UAssetAPI.UnrealTypes

Flags describing a function.

public enum EFunctionFlags

Inheritance ObjectValueTypeEnumEFunctionFlags
Implements IComparable, IFormattable, IConvertible

Fields

NameValueDescription
FUNC_None0
FUNC_Final1
FUNC_RequiredAPI2
FUNC_BlueprintAuthorityOnly4
FUNC_BlueprintCosmetic8
FUNC_Net64
FUNC_NetReliable128
FUNC_NetRequest256
FUNC_Exec512
FUNC_Native1024
FUNC_Event2048
FUNC_NetResponse4096
FUNC_Static8192
FUNC_NetMulticast16384
FUNC_UbergraphFunction32768
FUNC_MulticastDelegate65536
FUNC_Public131072
FUNC_Private262144
FUNC_Protected524288
FUNC_Delegate1048576
FUNC_NetServer2097152
FUNC_HasOutParms4194304
FUNC_HasDefaults8388608
FUNC_NetClient16777216
FUNC_DLLImport33554432
FUNC_BlueprintCallable67108864
FUNC_BlueprintEvent134217728
FUNC_BlueprintPure268435456
FUNC_EditorOnly536870912
FUNC_Const1073741824
FUNC_NetValidate2147483648
FUNC_AllFlags4294967295