UpdateTranslation

Overload list

Unreal Engine C++ API Reference > Developer > Localization > FLocTextHelper

  Type Name Description
Public function void

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

Update an existing translation in the given archive.
Public function bool

UpdateTranslation ( const FString& InCulture,
const FLocKey& InNamespace,
const FLocKey& InKey,
const TSharedPtr< FLocMetadataObject >& InKeyMetadataObj,
const FLocItem& InSource,
const FLocItem& InTranslation
)

Update an existing translation in the given archive.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page