UAbilityTask_WaitTargetData::ExternalCancel

Called when the ability is asked to cancel from an outside node.

Windows
MacOS
Linux

Override Hierarchy

UGameplayTask::ExternalCancel()

UAbilityTask_WaitTargetData::ExternalCancel()

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitTargetData.h

Include

#include "Abilities/Tasks/AbilityTask_WaitTargetData.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitTargetData.cpp

Syntax

virtual void ExternalCancel()

Remarks

Called when the ability is asked to cancel from an outside node. What this means depends on the individual task. By default, this does nothing other than ending the task.

Called when the ability is asked to confirm from an outside node. What this means depends on the individual task. By default, this does nothing other than ending if bEndTask is true.

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