Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FAsyncNotificationStateData Struct Reference

#include <AsyncTaskNotification.h>

+ Collaboration diagram for FAsyncNotificationStateData:

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

Definition at line 79 of file AsyncTaskNotification.h.

Constructor & Destructor Documentation

◆ FAsyncNotificationStateData() [1/2]

FAsyncNotificationStateData::FAsyncNotificationStateData ( )
inline

Definition at line 81 of file AsyncTaskNotification.h.

◆ FAsyncNotificationStateData() [2/2]

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

Definition at line 85 of file AsyncTaskNotification.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Hyperlink

FSimpleDelegate FAsyncNotificationStateData::Hyperlink

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

Definition at line 107 of file AsyncTaskNotification.h.

◆ HyperlinkText

FText FAsyncNotificationStateData::HyperlinkText

Text to display for the hyperlink message.

Definition at line 104 of file AsyncTaskNotification.h.

◆ ProgressText

FText FAsyncNotificationStateData::ProgressText

The progress text displayed in the notification (if any)

Definition at line 98 of file AsyncTaskNotification.h.

◆ 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)

Definition at line 101 of file AsyncTaskNotification.h.

◆ State

EAsyncTaskNotificationState FAsyncNotificationStateData::State

The notification state.

Definition at line 92 of file AsyncTaskNotification.h.

◆ TitleText

FText FAsyncNotificationStateData::TitleText

The title text displayed in the notification

Definition at line 95 of file AsyncTaskNotification.h.


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