FGameplayTagCountContainer::UpdateTagCount

Update the specified container of tags by the specified delta, potentially causing an additional or removal from the explicit tag list

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffectTypes.h

Include

#include "GameplayEffectTypes.h"

Syntax

void UpdateTagCount
(
    const FGameplayTagContainer & Container,
    int32 CountDelta
)

Remarks

Update the specified container of tags by the specified delta, potentially causing an additional or removal from the explicit tag list

Parameters

Parameter

Description

Container

Container of tags to update

CountDelta

Delta of the tag count to apply

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