FAggregatorModChannel::GetAllAggregatorMods

Populate a mapping of channel to corresponding mods

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

void GetAllAggregatorMods
(
    EGameplayModEvaluationChannel Channel,
    OUTTMap< EGameplayModEvaluationChannel, const TArray< FAggregatorMod > * > & OutMods
) const

Remarks

Populate a mapping of channel to corresponding mods

Parameters

Parameter

Description

Channel

Enum channel associated with this channel

OutMods

Mapping of channel enum to mods

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