Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAsyncNotificationStateData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/AsyncTaskNotification.h | |||
FAsyncNotificationStateData
(
const FText& InTitleText, |
Misc/AsyncTaskNotification.h |
FAsyncNotificationStateData()
| Name | FAsyncNotificationStateData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
FAsyncNotificationStateData()
FAsyncNotificationStateData(const FText &, const FText &, EAsyncTaskNotificationState)
| Name | FAsyncNotificationStateData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
FAsyncNotificationStateData
(
const FText & InTitleText,
const FText & InProgressText,
EAsyncTaskNotificationState InState
)