FLocTextHelper::UpdateSourceText

Update an existing source text entry in the manifest.

Unreal Engine C++ API Reference > 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
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FManifestEntry](API\Runtime\Core\Internationalization\FManifestEntry) > & InOldEntry,
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FManifestEntry](API\Runtime\Core\Internationalization\FManifestEntry) > & InNewEntry
)

Remarks

Update an existing source text entry in the manifest.

Parameters

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