Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextLocalizationManager
Description
Called when paths containing additional localization target data (LocRes) are mounted, to allow the display strings to dynamically update without waiting for a refresh.
The loading is async, see WaitForAsyncTasks/NotifyWhenAsyncTasksCompleted, or pass the optional notification callback.
| Name | HandleLocalizationTargetsMounted |
| 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 HandleLocalizationTargetsMounted
(
TArrayView < const FString > LocalizationTargetPaths,
TUniqueFunction < void> && Notification
)
See Also
- FCoreDelegates::GatherAdditionalLocResPathsCallback.