FLocTextHelper::FindSourceText

Find an existing source text entry using its namespace and context.

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< FManifestEntry > FindSourceText
(
    const FLocKey & InNamespace,
    const FManifestContext & InContext
) const

Remarks

Find an existing source text entry using its namespace and context.

Returns

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

Parameters

Parameter

Description

InNamespace

Namespace of the source text.

InContext

Context information for the source text (including its 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