FLocTextHelper::FindTranslation

Find an existing translation entry from its source text.

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

TSharedPtr< FArchiveEntry > FindTranslation
(
    const FString & InCulture,
    const FLocKey & InNamespace,
    const FLocKey & InKey,
    const TSharedPtr< FLocMetadataObject > InKeyMetadataObj
) const

Remarks

Find an existing translation entry from its source text.

Returns

The entry, or null if it couldn't be found.

Parameters

Parameter

Description

InCulture

Culture to find the translation for.

InNamespace

Namespace of the text.

InKey

Key of the text.

InKeyMetadataObj

Meta-data associated with the source text key.

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