FLocTextHelper::FindDependencyEntry

Find an dependency entry using its namespace and key.

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 > FindDependencyEntry
(
    const FLocKey & InNamespace,
    const FLocKey & InKey,
    const FString * InSourceText,
    FString * OutDependencyFilePath
) const

Remarks

Find an dependency entry using its namespace and key.

Returns

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

Parameters

Parameter

Description

InNamespace

Namespace of the text.

InKey

Key of the text.

InSourceText

Optional source text pointer to compare against the source text in the entry.

OutDependencyFilePath

Optional string to fill with the path to the manifest file that contained the matching dependency.

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