Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAsyncTaskNotification
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncTaskNotification
(
const FAsyncTaskNotificationConfig& InConfig |
Create an asynchronous task notification. | Misc/AsyncTaskNotification.h | |
FAsyncTaskNotification
(
const FAsyncTaskNotification& |
Non-copyable. | Misc/AsyncTaskNotification.h | |
FAsyncTaskNotification
(
FAsyncTaskNotification&& InOther |
Movable. | Misc/AsyncTaskNotification.h |
FAsyncTaskNotification(const FAsyncTaskNotificationConfig &)
Description
Create an asynchronous task notification.
| Name | FAsyncTaskNotification |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AsyncTaskNotification.cpp |
FAsyncTaskNotification
(
const FAsyncTaskNotificationConfig & InConfig
)
FAsyncTaskNotification(const FAsyncTaskNotification &)
Description
Non-copyable.
| Name | FAsyncTaskNotification |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
FAsyncTaskNotification
(
const FAsyncTaskNotification &
)
FAsyncTaskNotification(FAsyncTaskNotification &&)
Description
Movable.
| Name | FAsyncTaskNotification |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AsyncTaskNotification.cpp |
FAsyncTaskNotification
(
FAsyncTaskNotification && InOther
)