Navigation
API > API/Runtime > API/Runtime/GameplayTasks > API/Runtime/GameplayTasks/UGameplayTask
Description
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.
| Name | ExternalConfirm |
| Type | function |
| Header File | /Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h |
| Include Path | #include "GameplayTask.h" |
| Source | /Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp |
virtual void ExternalConfirm
(
bool bEndTask
)