FPortableObjectFormatDOM::AddEntry

Adds a translation entry to the Portable Object.

Windows
MacOS
Linux

References

Module

Localization

Header

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

Include

#include "PortableObjectFormatDOM.h"

Source

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

Syntax

bool AddEntry
(
    const TSharedRef< FPortableObjectEntry > LocEntry
)

Remarks

Adds a translation entry to the Portable Object.

Returns

Returns true if successful, false otherwise.

Parameters

Parameter

Description

LocEntry

The LocPOEntry to add.

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