Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextLocalizationManager
Description
Called when paths containing additional localization target data (LocRes) are unmounted, to allow the display strings to be unloaded.
The unloading is async, see WaitForAsyncTasks/NotifyWhenAsyncTasksCompleted, or pass the optional notification callback.
| Name | HandleLocalizationTargetsUnmounted |
| 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 HandleLocalizationTargetsUnmounted
(
TArrayView < const FString > LocalizationTargetPaths,
TUniqueFunction < void> && Notification
)
See Also
- FCoreDelegates::GatherAdditionalLocResPathsCallback.