Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextHelper
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include | #include "LocTextHelper.h" |
| Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
void UpdateSourceText
&40;
const TSharedRef< FManifestEntry > & InOldEntry,
TSharedRef< FManifestEntry > & InNewEntry
&41;
Remarks
Update an existing source text entry in the manifest.
Parameters
| Name | Description |
|---|---|
| InOldEntry | Old entry to update. |
| InNewEntry | New entry to set. |