FPortableObjectFormatDOM::AddEntry

Adds a translation entry to the Portable Object.

Unreal Engine C++ API Reference > Developer > Localization > FPortableObjectFormatDOM

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h
Include #include "PortableObjectFormatDOM.h"
Source /Engine/Source/Developer/Localization/Private/PortableObjectFormatDOM.cpp
bool AddEntry
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FPortableObjectEntry](API\Developer\Localization\FPortableObjectEntry) > LocEntry
)

Remarks

Adds a translation entry to the Portable Object. Returns true if successful, false otherwise.

Parameters

Name Description
LocEntry The LocPOEntry to add.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library