UMockTask_Log::ExternalConfirm

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

Windows
MacOS
Linux

Override Hierarchy

UGameplayTask::ExternalConfirm()

UMockTask_Log::ExternalConfirm()

References

Module

AITestSuite

Header

/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h

Include

#include "MockGameplayTasks.h"

Source

/Engine/Source/Developer/AITestSuite/Private/MockAI/MockGameplayTasks.cpp

Syntax

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.