FGameplayTagContainer::DoesTagContainerMatch

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • Deprecated in favor of HasAll and related functions

References

Module

GameplayTags

Header

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

Include

#include "GameplayTagContainer.h"

Syntax

bool DoesTagContainerMatch
(
    const FGameplayTagContainer & OtherContainer,
    TEnumAsByte< EGameplayTagMatchType::Type > TagMatchType,
    TEnumAsByte< EGameplayTagMatchType::Type > OtherTagMatchType,
    EGameplayContainerMatchType ContainerMatchType
) const