Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextHelper > API/Developer/Localization/FLocTextHelper/FindSourceText
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include | #include "LocTextHelper.h" |
| Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
TSharedPtr< FManifestEntry > FindSourceText
(
const FLocKey & InNamespace,
const FLocKey & InKey,
const FString * InSourceText
) const
Remarks
Find an existing source text entry using its namespace and key. The entry, or null if it couldn't be found.
Parameters
| Name | Description |
|---|---|
| InNamespace | Namespace of the source text. |
| InKey | Key of the source text. |
| InSourceText | Optional source text pointer to compare against the source text in the entry. |