FLocTextHelper::UpdateTranslation

Update an existing translation in the given archive.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocTextHelper.h

Include

#include "LocTextHelper.h"

Source

/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp

Syntax

void UpdateTranslation
(
    const FString & InCulture,
    const TSharedRef< FArchiveEntry > & InOldEntry,
    const TSharedRef< FArchiveEntry > & InNewEntry
)

Remarks

Update an existing translation in the given archive.

Parameters

Parameter

Description

InCulture

Culture to update the translation for.

InOldEntry

Old entry to update.

InNewEntry

New entry to set.

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