Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h |
Include |
#include "GameplayTask.h" |
Source |
/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp |
virtual void ExternalCancel()
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.