FTextLocalizationManager::GetLocResID

If an entry exists for the specified namespace and key, returns true and provides the localization resource identifier from which it was loaded.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h

Include

#include "Internationalization/TextLocalizationManager.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/TextLocalizationManager.cpp

Syntax

bool GetLocResID
(
    const FTextKey & Namespace,
    const FTextKey & Key,
    FString & OutLocResId
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss