UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AsyncTaskNotification.h File Reference

Go to the source code of this file.

Classes

struct  FAsyncTaskNotificationConfig
 
struct  FAsyncNotificationStateData
 
class  FAsyncTaskNotification
 

Enumerations

enum class  EAsyncTaskNotificationState : uint8 {
  None = 0 , Pending , Success , Failure ,
  Prompt
}
 
enum class  EAsyncTaskNotificationPromptAction : uint8 { None = 0 , Continue , Cancel , Unattended }
 

Enumeration Type Documentation

◆ EAsyncTaskNotificationPromptAction

Enumerator
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.

◆ EAsyncTaskNotificationState

Enumerator
None 
Pending 
Success 
Failure 
Prompt