Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UAbilitySystemGlobals
Description
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.
| Name | IsGameplayModEvaluationChannelValid |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemGlobals.h |
| Include Path | #include "AbilitySystemGlobals.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/AbilitySystemGlobals.cpp |
bool IsGameplayModEvaluationChannelValid
(
EGameplayModEvaluationChannel Channel
) const