IsAllowableBlueprintVariableType

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

IsAllowableBlueprintVariableType

(
    const UEnum* InEnum
)

Returns true if this enum is safe to be used as a variable in blueprints

Public function Static

bool

 

IsAllowableBlueprintVariableType

(
    const UClass* InClass,
    bool bAssumeBlueprintType
)

Returns true if this class is safe to be used as a variable in blueprints

Public function Static

bool

 

IsAllowableBlueprintVariableType

(
    const UScriptStruct* InStruct,
    bool bForInternalUse
)

Returns true if this struct is safe to to be used as a variable in blueprints

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