Navigation
Unreal Engine C++ API Reference > Runtime > GameplayTags > FGameplayTagQuery
References
Module | GameplayTags |
Header | /Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include | #include "GameplayTagContainer.h" |
Source | /Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp |
static FGameplayTagQuery MakeQuery_MatchAnyTags
(
FGameplayTagContainer const & InTags
)
Remarks
Shortcuts for easily creating common query types Creates a tag query that will match if there are any common tags between the given tags and the tags being queries against.