UAbilitySystemGlobals::IsGameplayModEvaluationChannelValid

Returns whether the specified gameplay mod evaluation channel is valid for use or not.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

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

Include

#include "AbilitySystemGlobals.h"

Source

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

Syntax

bool IsGameplayModEvaluationChannelValid
(
    EGameplayModEvaluationChannel Channel
) const

Remarks

Returns whether the specified gameplay mod evaluation channel is valid for use or not. Considers whether channel usage is allowed at all, as well as if the specified channel has a valid alias for the game.

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