Navigation
Unreal Engine C++ API Reference > Runtime > GameplayTags > FGameplayTagContainer
References
Module | GameplayTags |
Header | /Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include | #include "GameplayTagContainer.h" |
Source | /Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp |
bool RemoveTag
(
const FGameplayTag & TagToRemove,
bool bDeferParentTags
)
Remarks
Tag to remove from the container
Parameters
Name | Description |
---|---|
TagToRemove | Tag to remove from the container |
bDeferParentTags | Skip calling FillParentTags for performance (must be handled by calling code) |