FTextLocalizationManager::FindDisplayString

Finds and returns the display string with the given namespace and key, if it exists.

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

FTextDisplayStringPtr FindDisplayString
(
    const FTextKey & Namespace,
    const FTextKey & Key,
    const FString *const SourceString
)

Remarks

Finds and returns the display string with the given namespace and key, if it exists. Additionally, if a source string is specified and the found localized display string was not localized from that source string, null will be returned.

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