Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/FGameplayTagCountContainer
Description
Broadcasts the AnyChange event for this tag. This is called when the stack count of the backing gameplay effect change. It is up to the receiver of the broadcasted delegate to decide what to do with this.
| Name | Notify_StackCountChange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffectTypes.h |
| Include Path | #include "GameplayEffectTypes.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayEffectTypes.cpp |
void Notify_StackCountChange
(
const FGameplayTag & Tag
)