FGameplayTagContainer::MatchesQuery

Checks if this container matches the given query.

Choose your operating system:

Windows

macOS

Linux

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 MatchesQuery
(
    const struct FGameplayTagQuery & Query
) const

Remarks

Checks if this container matches the given query.

Returns

True if this container matches the query, false otherwise.

Parameters

Parameter

Description

Query

Query we are checking against