FGameplayTagContainer::RemoveTag

Tag to remove from the container

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

bool RemoveTag
(
    const FGameplayTag & TagToRemove,
    bool bDeferParentTags
)

Remarks

Tag to remove from the container

Parameters

Parameter

Description

TagToRemove

Tag to remove from the container

bDeferParentTags

Skip calling FillParentTags for performance (must be handled by calling code)

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