Navigation
Unreal Engine C++ API Reference > Runtime > GameplayTags > FGameplayTagQuery
References
Module | GameplayTags |
Header | /Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include | #include "GameplayTagContainer.h" |
void ReplaceTagsFast
(
FGameplayTagContainer const & Tags
)
Remarks
Replaces existing tags with passed in tags. Does not modify the tag query expression logic. Useful when you need to cache off and update often used query. Must use same sized tag container!