UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAsyncNotificationStateData Struct Reference

#include <AsyncTaskNotification.h>

Public Member Functions

 FAsyncNotificationStateData ()
 
 FAsyncNotificationStateData (const FText &InTitleText, const FText &InProgressText, EAsyncTaskNotificationState InState)
 

Public Attributes

EAsyncTaskNotificationState State
 
FText TitleText
 
FText ProgressText
 
FText PromptText
 
FText HyperlinkText
 
FSimpleDelegate Hyperlink
 

Detailed Description

Async Notification State data

Constructor & Destructor Documentation

◆ FAsyncNotificationStateData() [1/2]

FAsyncNotificationStateData::FAsyncNotificationStateData ( )
inline

◆ FAsyncNotificationStateData() [2/2]

FAsyncNotificationStateData::FAsyncNotificationStateData ( const FText InTitleText,
const FText InProgressText,
EAsyncTaskNotificationState  InState 
)
inline

Member Data Documentation

◆ Hyperlink

FSimpleDelegate FAsyncNotificationStateData::Hyperlink

Hyperlink callback. If not bound the hyperlink text won't be displayed.

◆ HyperlinkText

FText FAsyncNotificationStateData::HyperlinkText

Text to display for the hyperlink message.

◆ ProgressText

FText FAsyncNotificationStateData::ProgressText

The progress text displayed in the notification (if any)

◆ PromptText

FText FAsyncNotificationStateData::PromptText

The prompt text displayed in the notification, follow the progress text in console notification, used on button for UI notification (if any)

◆ State

EAsyncTaskNotificationState FAsyncNotificationStateData::State

The notification state.

◆ TitleText

FText FAsyncNotificationStateData::TitleText

The title text displayed in the notification


The documentation for this struct was generated from the following file: