Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include |
#include "GameplayTagContainer.h" |
Source |
/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp |
bool MatchesQuery
(
const struct FGameplayTagQuery & Query
) const
Checks if this container matches the given query.
True if this container matches the query, false otherwise.
Parameter |
Description |
---|---|
Query |
Query we are checking against |