Navigation
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
&40;
const TSharedRef< FPortableObjectEntry > LocEntry
&41;
Remarks
Adds a translation entry to the Portable Object. Returns true if successful, false otherwise.
Parameters
Name | Description |
---|---|
LocEntry | The LocPOEntry to add. |