Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/FActiveGameplayEffectsContainer
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 UpdateActiveGameplayEffectSetByCallerMagnitude
&40;
FActiveGameplayEffectHandle ActiveHandle,
const FGameplayTag & SetByCallerTag,
float NewValue
&41;
Remarks
Update a set-by-caller magnitude for the active effect to match the new value, if possible
Parameters
| Name | Description |
|---|---|
| ActiveHandle | Handle of the active effect to update |
| SetByCallerTag | Set-by-caller tag to update |
| NewValue | New value of the set-by-caller magnitude |