UGameplayTask::ExternalConfirm

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

GameplayTasks

Header

/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h

Include

#include "GameplayTask.h"

Source

/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.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.