FAsyncTaskNotificationConfig

Configuration data for initializing an asynchronous task notification.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/AsyncTaskNotification.h"

Syntax

struct FAsyncTaskNotificationConfig

Remarks

Configuration data for initializing an asynchronous task notification.

Variables

Name Description

Public variable

TAttribute< boo...

 

bCanCancel

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

Public variable

bool

 

bIsHeadless

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

Public variable

TAttribute< boo...

 

bKeepOpenOnFailure

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

Public variable

TAttribute< boo...

 

bKeepOpenOnSuccess

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

Public variable

float

 

ExpireDuration

The duration before a fadeout for the notification

Public variable

float

 

FadeInDuration

The fade in duration of the notification

Public variable

float

 

FadeOutDuration

The fade out duration of the notification

Public variable

const FSlateBru...

 

Icon

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

Public variable

const FLogCateg...

 

LogCategory

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

Public variable

FText

 

ProgressText

The progress text displayed in the notification (if any)

Public variable

FText

 

TitleText

The title text displayed in the notification

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