FTextLocalizationManager::FindNamespaceAndKeyFromDisplayString

Finds the namespace and key associated with the specified display string.

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 FindNamespaceAndKeyFromDisplayString
(
    const FTextDisplayStringRef & InDisplayString,
    FTextKey & OutNamespace,
    FTextKey & OutKey
)

Remarks

Finds the namespace and key associated with the specified display string. Returns true if found and sets the out parameters. 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