UAttributeSet::OnAttributeAggregatorCreated

Callback for when an [FAggregator](API\Plugins\GameplayAbilities\FAggregator) is created for an attribute in this set.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AttributeSet.h

Include

#include "AttributeSet.h"

Syntax

virtual void OnAttributeAggregatorCreated
(
    const FGameplayAttribute & Attribute,
    FAggregator * NewAggregator
) const

Remarks

Callback for when an FAggregator is created for an attribute in this set. Allows custom setup of FAggregator::EvaluationMetaData

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss