FindKeysForLegacyTranslation

Overload list

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

  Type Name Description
Public function Const bool

FindKeysForLegacyTranslation ( const FString& InCulture,
const FLocKey& InNamespace,
const FString& InSource,
const TSharedPtr< FLocMetadataObject > InKeyMetadataObj,
TArray< FLocKey >& OutKeys
)

Given a culture, try and find all the keys that the source string should use by checking the manifest.
Public function Static bool

FindKeysForLegacyTranslation ( const TSharedRef< const FInternationalizationManifest >& InManifest,
const TSharedPtr< const FInternationalizationArchive >& InNativeArchive,
const FLocKey& InNamespace,
const FString& InSource,
const TSharedPtr< FLocMetadataObject > InKeyMetadataObj,
TArray< FLocKey >& OutKeys
)

Given a manifest and (optional) native archive, try and find all the keys that the source string should use by checking the manifest.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page