FAsyncNotificationStateData

Async Notification State data

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/AsyncTaskNotification.h"

Syntax

struct FAsyncNotificationStateData

Remarks

Async Notification State data

Variables

Name Description

Public variable

FSimpleDelegate

 

Hyperlink

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

Public variable

FText

 

HyperlinkText

Text to display for the hyperlink message.

Public variable

FText

 

ProgressText

The progress text displayed in the notification (if any)

Public variable

FText

 

PromptText

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

Public variable

EAsyncTaskNotif...

 

State

The notification state.

Public variable

FText

 

TitleText

The title text displayed in the notification

Constructors

Name Description

Public function

FAsyncNotificationStateData()

Public function

FAsyncNotificationStateData

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

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