UBlueprintGameplayTagLibrary::DoesContainerMatchTagQuery

Check if the specified tag container matches the given Tag Query

Windows
MacOS
Linux

References

Module

GameplayTags

Header

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

Include

#include "BlueprintGameplayTagLibrary.h"

Source

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

Syntax

static bool DoesContainerMatchTagQuery
(
    const FGameplayTagContainer & TagContainer,
    const FGameplayTagQuery & TagQuery
)

Remarks

Check if the specified tag container matches the given Tag Query

Returns

True if the container matches the query, false otherwise.

Parameters

Parameter

Description

TagContainer

Container to check if it matches all of the tags in the other container

TagQuery

Query to match against

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