Navigation
Unreal Engine C++ API Reference > Developer > AITestSuite > UMockTask_Log
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h |
Include | #include "MockGameplayTasks.h" |
Source | /Engine/Source/Developer/AITestSuite/Private/MockAI/MockGameplayTasks.cpp |
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.