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

#include <AsyncTaskNotification.h>

Public Attributes

FText TitleText
 
FText ProgressText
 
float FadeInDuration = 0.5f
 
float FadeOutDuration = 2.0f
 
float ExpireDuration = 1.0f
 
bool bIsHeadless = false
 
TAttribute< boolbCanCancel = false
 
TAttribute< boolbKeepOpenOnSuccess = false
 
TAttribute< boolbKeepOpenOnFailure = false
 
const FSlateBrushIcon = nullptr
 
const FLogCategoryBaseLogCategory = nullptr
 

Detailed Description

Configuration data for initializing an asynchronous task notification.

Member Data Documentation

◆ bCanCancel

TAttribute<bool> FAsyncTaskNotificationConfig::bCanCancel = false

Can this task be canceled? Will show a cancel button for in-progress tasks (attribute queried from the game thread)

◆ bIsHeadless

bool FAsyncTaskNotificationConfig::bIsHeadless = false

Should this notification be "headless"? (ie, not display any UI)

◆ bKeepOpenOnFailure

TAttribute<bool> FAsyncTaskNotificationConfig::bKeepOpenOnFailure = false

Keep this notification open on failure? Will show an close button (attribute queried from the game thread)

◆ bKeepOpenOnSuccess

TAttribute<bool> FAsyncTaskNotificationConfig::bKeepOpenOnSuccess = false

Keep this notification open on success? Will show a close button (attribute queried from the game thread)

◆ ExpireDuration

float FAsyncTaskNotificationConfig::ExpireDuration = 1.0f

The duration before a fadeout for the notification

◆ FadeInDuration

float FAsyncTaskNotificationConfig::FadeInDuration = 0.5f

The fade in duration of the notification

◆ FadeOutDuration

float FAsyncTaskNotificationConfig::FadeOutDuration = 2.0f

The fade out duration of the notification

◆ Icon

const FSlateBrush* FAsyncTaskNotificationConfig::Icon = nullptr

The icon image to display next to the text, or null to use the default icon

◆ LogCategory

const FLogCategoryBase* FAsyncTaskNotificationConfig::LogCategory = nullptr

Category this task should log its notifications under, or null to skip logging

◆ ProgressText

FText FAsyncTaskNotificationConfig::ProgressText

The progress text displayed in the notification (if any)

◆ TitleText

FText FAsyncTaskNotificationConfig::TitleText

The title text displayed in the notification


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