FLocTextHelper::FindDependencyEntry

Find an dependency entry using its namespace and key.

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

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/LocTextHelper.h
Include #include "LocTextHelper.h"
Source /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FManifestEntry](API\Runtime\Core\Internationalization\FManifestEntry) > FindDependencyEntry
(
    const [FLocKey](API\Runtime\Core\Internationalization\FLocKey) & InNamespace,
    const [FLocKey](API\Runtime\Core\Internationalization\FLocKey) & InKey,
    const [FString](API\Runtime\Core\Containers\FString) * InSourceText,
    [FString](API\Runtime\Core\Containers\FString) * OutDependencyFilePath
) const

Remarks

Find an dependency entry using its namespace and key. The entry, or null if it couldn't be found.

Parameters

Name 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library