EAsyncTaskNotificationPromptAction

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h

Include

#include "Misc/AsyncTaskNotification.h"

Syntax

enum EAsyncTaskNotificationPromptAction
{
    None          = 0,
    Continue,
    Cancel,
    Unattended,
}

Values

Name

Description

None

No action taken for the ongoing task.

Continue

Continue ongoing task after a prompt.

Cancel

Cancel ongoing task.

Unattended

No action can be taken, task is unattended.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss