UGameplayTask::ExternalCancel

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

GameplayTasks

Header

/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h

Include

#include "GameplayTask.h"

Source

/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp

Syntax

virtual void ExternalCancel()

Remarks

Called when the task 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.