AddTranslation

Overload list

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

  Type Name Description
Public function bool

AddTranslation ( const FString& InCulture,
const TSharedRef< FArchiveEntry >& InEntry
)

Add a new translation to the given archive.
Public function bool

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

Add a new translation to 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