UGameplayAbility::NotifyAbilityTaskWaitingOnAvatar

Called to inform the ability that a task is waiting for the player's avatar to do something in world

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/GameplayAbility.h

Include

#include "Abilities/GameplayAbility.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/Abilities/GameplayAbility.cpp

Syntax

virtual void NotifyAbilityTaskWaitingOnAvatar
(
    class UAbilityTask * AbilityTask
)

Remarks

Called to inform the ability that a task is waiting for the player's avatar to do something in world

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