![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreAsyncTaskNotificationImpl.h>
Inheritance diagram for FCoreAsyncTaskNotificationImpl:Protected Member Functions | |
| virtual CORE_API void | UpdateNotification () |
Protected Attributes | |
| EAsyncTaskNotificationState | State = EAsyncTaskNotificationState::Pending |
| FText | TitleText |
| FText | ProgressText |
| FText | PromptText |
| FSimpleDelegate | Hyperlink |
| FText | HyperlinkText |
Basic asynchronous task notification that just logs status changes.
| FCoreAsyncTaskNotificationImpl::FCoreAsyncTaskNotificationImpl | ( | ) |
|
virtual |
|
overridevirtual |
Return the notification prompt action. The action resets to None when the notification state changes.
Implements IAsyncTaskNotificationImpl.
Reimplemented in FSlateAsyncTaskNotificationImpl.
|
overridevirtual |
Initialize this notification based on the given config.
Implements IAsyncTaskNotificationImpl.
Reimplemented in FSlateAsyncTaskNotificationImpl.
|
overridevirtual |
Set whether this task be canceled.
Implements IAsyncTaskNotificationImpl.
Reimplemented in FSlateAsyncTaskNotificationImpl.
Set the task as complete.
Implements IAsyncTaskNotificationImpl.
|
overridevirtual |
Update the text and set the task as complete.
Implements IAsyncTaskNotificationImpl.
|
overridevirtual |
Set the hyperlink text of this notification.
Implements IAsyncTaskNotificationImpl.
|
overridevirtual |
Set whether to keep this notification open on failure.
Implements IAsyncTaskNotificationImpl.
Reimplemented in FSlateAsyncTaskNotificationImpl.
|
overridevirtual |
Set whether to keep this notification open on success.
Implements IAsyncTaskNotificationImpl.
Reimplemented in FSlateAsyncTaskNotificationImpl.
|
overridevirtual |
Set the task notification state. provides finer control than SetComplete
Implements IAsyncTaskNotificationImpl.
|
overridevirtual |
Set the progress text of this notification.
Implements IAsyncTaskNotificationImpl.
Set the prompt text of this notification.
Implements IAsyncTaskNotificationImpl.
|
overridevirtual |
Set the title text of this notification.
Implements IAsyncTaskNotificationImpl.
|
protectedvirtual |
Update the notification (the critical section is held while this function is called)
|
protected |
When set this will display as a hyperlink on the right side of the notification.
|
protected |
Text to display for the hyperlink message
|
protected |
The progress text displayed in the notification (if any)
|
protected |
The text used by the prompt button (if any)
|
protected |
The current state of this notification
|
protected |
The title text displayed in the notification (if any)