Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAsyncTaskNotification
Description
Set the notification state. Provide finer control than SetComplete by setting every field of the state.
| Name | SetNotificationState |
| 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 |
void SetNotificationState
(
const FAsyncNotificationStateData & InState
)