FLocTextHelper::UpdateTranslation

Update an existing translation in the given archive.

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](API\Runtime\Core\Containers\FString) & InCulture,
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FArchiveEntry](API\Runtime\Core\Internationalization\FArchiveEntry) > & InOldEntry,
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FArchiveEntry](API\Runtime\Core\Internationalization\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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library