FTextLocalizationManager::GetLocalRevisionForDisplayString

Attempts to find a local revision history for the given 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

uint16 GetLocalRevisionForDisplayString
(
    const FTextDisplayStringRef & InDisplayString
)

Remarks

Attempts to find a local revision history for the given display string. This will only be set if the display string has been changed since the localization manager version has been changed (eg, if it has been edited while keeping the same key).

Returns

The local revision, or 0 if there have been no changes since a global history change.

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