Navigation
Unreal Engine C++ API Reference > Developer > Localization > FLocTextHelper > UpdateTranslation
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
Include | #include "LocTextHelper.h" |
Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
void UpdateTranslation
(
const FString & InCulture,
const TSharedRef< FArchiveEntry > & InOldEntry,
const TSharedRef< FArchiveEntry > & InNewEntry
)
Remarks
Update an existing translation in the given archive.
Parameters
Name | Description |
---|---|
InCulture | Culture to update the translation for. |
InOldEntry | Old entry to update. |
InNewEntry | New entry to set. |