HasTag

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

HasTag

(
    const FGameplayTag& TagToCheck
)

Determine if TagToCheck is present in this container, also checking against parent tags {"A.1"}.HasTag("A") will return True, {"A"}.HasTag("A.1") will return False If TagToCheck is not Valid it will always return False

Public function Const

bool

 

HasTag

(
    FGameplayTag const& TagToCheck,
    TEnumAsByte< EGameplayTagMatchType:...,
    TEnumAsByte< EGameplayTagMatchType:...
)

Deprecated in favor of HasTag with no parameters

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