Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
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. |