FTextLocalizationManager::UpdateDisplayString

Updates the underlying value of a display string and associates it with a specified namespace and key, then returns true.

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 UpdateDisplayString
(
    const FTextDisplayStringRef & DisplayString,
    const FString & Value,
    const FTextKey & Namespace,
    const FTextKey & Key
)

Remarks

Updates the underlying value of a display string and associates it with a specified namespace and key, then returns true. If the namespace and key are already in use by another display string, no changes occur and false is 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