FAggregatorModChannel::EvaluateWithBase

Evaluates the channel's mods with the specified base value and evaluation parameters

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

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

Include

#include "GameplayEffectAggregator.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayEffectAggregator.cpp

Syntax

float EvaluateWithBase
(
    float InlineBaseValue,
    const FAggregatorEvaluateParameters & Parameters
) const

Remarks

Evaluates the channel's mods with the specified base value and evaluation parameters

Returns

Evaluated value based upon the channel's mods

Parameters

Parameter

Description

InlineBaseValue

Base value to use for the evaluation

Parameters

Additional evaluation parameters to use

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