Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UAttributeSet
Description
Called just after a GameplayEffect is executed to modify the base value of an attribute. No more changes can be made. Note this is only called during an 'execute'. E.g., a modification to the 'base value' of an attribute. It is not called during an application of a GameplayEffect, such as a 5 second +10 movement speed buff.
Derived Overrides
| Name | PostGameplayEffectExecute |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AttributeSet.h |
| Include Path | #include "AttributeSet.h" |
virtual void PostGameplayEffectExecute
(
const struct FGameplayEffectModCallbackData & Data
)