FGameplayTagContainer::ComplexHasTag

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • Deprecated in favor of HasTag or HasTagExact

References

Module

GameplayTags

Header

/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h

Include

#include "GameplayTagContainer.h"

Source

/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp

Syntax

bool ComplexHasTag
(
    FGameplayTag const & TagToCheck,
    TEnumAsByte< EGameplayTagMatchType::Type > TagMatchType,
    TEnumAsByte< EGameplayTagMatchType::Type > TagToCheckMatchType
) const