Navigation
API > API/Developer > API/Developer/AITestSuite > API/Developer/AITestSuite/UMockTask_Log
- UGameplayTask::ExternalCancel()
- UMockTask_Log::ExternalCancel()
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&40;&41;
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.