Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextLocalizationManager
Description
If an entry exists for the specified namespace and key, returns true and provides the localization resource identifier from which it was loaded. Otherwise, returns false.
| Name | GetLocResID |
| 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 |
bool GetLocResID
(
const FTextKey & Namespace,
const FTextKey & Key,
FString & OutLocResId
) const