FLocTextHelper::UpdateSourceText

Update an existing source text entry in the manifest.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocTextHelper.h

Include

#include "LocTextHelper.h"

Source

/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp

Syntax

void UpdateSourceText
(
    const TSharedRef< FManifestEntry > & InOldEntry,
    TSharedRef< FManifestEntry > & InNewEntry
)

Remarks

Update an existing source text entry in the manifest.

Parameters

Parameter

Description

InOldEntry

Old entry to update.

InNewEntry

New entry to set.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss