Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextLocalizationManager
Description
Reloads resources for the current culture.
The loading is async, see WaitForAsyncTasks/NotifyWhenAsyncTasksCompleted, or pass the optional notification callback.
| Name | RefreshResources |
| 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 RefreshResources
(
TUniqueFunction < void> && Notification
)