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 ExternalConfirm ( bool bEndTask )
Remarks
Called when the task is asked to confirm from an outside node. What this means depends on the individual task. By default, this does nothing other than ending if bEndTask is true.