Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UGameplayEffect
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffect.h |
| Include | #include "GameplayEffect.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayEffect.cpp |
void OnExecuted
&40;
FActiveGameplayEffectsContainer & ActiveGEContainer,
FGameplayEffectSpec & GESpec,
FPredictionKey & PredictionKey
&41; const
Remarks
Receive a notify that this GameplayEffect has been executed (it must be instant, as it is not added to the Container). Since it is not added to the container, it will not have an associated FActiveGameplayEffect, just the FGameplayEffectSpec.