Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UGameplayEffect
Description
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).
| Name | OnAddedToActiveContainer |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffect.h |
| Include Path | #include "GameplayEffect.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayEffect.cpp |
bool OnAddedToActiveContainer
(
FActiveGameplayEffectsContainer & ActiveGEContainer,
FActiveGameplayEffect & ActiveGE
) const