Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextLocalizationManager
Description
Call the given function when any current async tasks have finished.
The notification may be called from any thread, to avoid blocking other async tasks in the queue while waiting for a given thread to be available.
| Name | NotifyWhenAsyncTasksCompleted |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h |
| Include Path | #include "Internationalization/TextLocalizationManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextLocalizationManager.cpp |
void NotifyWhenAsyncTasksCompleted
(
TUniqueFunction < void> && Notification
)
See Also
- WaitForAsyncTasks for a blocking version.