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 |
FGameplayTagContainer Filter
(
const FGameplayTagContainer & OtherContainer
) const
Returns a filtered version of this container, returns all tags that match against any of the tags in OtherContainer, expanding parents
A FGameplayTagContainer containing the filtered tags
Parameter |
Description |
---|---|
OtherContainer |
The Container to filter against |