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 |
bool OnAddedToActiveContainer
&40;
FActiveGameplayEffectsContainer & ActiveGEContainer,
FActiveGameplayEffect & ActiveGE
&41; const
Remarks
Receive a notify that this GameplayEffect has been added to an Active Container. ActiveGE will be the Active version of this GameplayEffect. Returns true if this GameplayEffect should be active (or false to inhibit).