UMockTask_Log::ExternalCancel

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

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library