FGameplayTagContainer::FilterExact

Returns a filtered version of this container, returns all tags that match exactly one in OtherContainer

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

FGameplayTagContainer FilterExact
(
    const FGameplayTagContainer & OtherContainer
) const

Remarks

Returns a filtered version of this container, returns all tags that match exactly one in OtherContainer

Returns

A FGameplayTagContainer containing the filtered tags

Parameters

Parameter

Description

OtherContainer

The Container to filter against

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss