FGameplayTagCountContainer::HasAllMatchingGameplayTags

Check if the count container has gameplay tags that matches against all of the specified tags (expands to include parents of asset tags)

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffectTypes.h

Include

#include "GameplayEffectTypes.h"

Syntax

bool HasAllMatchingGameplayTags
(
    const FGameplayTagContainer & TagContainer
) const

Remarks

Check if the count container has gameplay tags that matches against all of the specified tags (expands to include parents of asset tags)

Returns

True if the count container matches all of the gameplay tags

Parameters

Parameter

Description

TagContainer

Tag container to check for a match. If empty will return true

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