Navigation
API > API/Developer > API/Developer/Localization
Class for representing entries in a Portable Object file(.po) or a Portable Object Template file(.pot).
| Name | FPortableObjectEntry |
| Type | class |
| Header File | /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h |
| Include Path | #include "PortableObjectFormatDOM.h" |
Syntax
class FPortableObjectEntry : public FPortableObjectEntryKey
Inheritance Hierarchy
- FPortableObjectEntryKey → FPortableObjectEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPortableObjectEntry() |
PortableObjectFormatDOM.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExtractedComments | TArray< FString > | PortableObjectFormatDOM.h | ||
| Flags | TArray< FString > | PortableObjectFormatDOM.h | ||
| MsgStr | TArray< FString > | Represents the translated text. | PortableObjectFormatDOM.h | |
| ReferenceComments | TArray< FString > | PortableObjectFormatDOM.h | ||
| TranslatorComments | TArray< FString > | PortableObjectFormatDOM.h | ||
| UnknownElements | TArray< FString > | Stores any unknown elements we may encounter when processing a Portable Object file. | PortableObjectFormatDOM.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddExtractedComment
(
const FString& InComment |
Helper function that adds to the extracted comments. | PortableObjectFormatDOM.h | |
| Helper function that adds to the extracted comments. | PortableObjectFormatDOM.h | ||
void AddReference
(
const FString& InReference |
Helper function that adds to the reference comments. | PortableObjectFormatDOM.h | |
| Helper function that adds to the reference comments. | PortableObjectFormatDOM.h | ||
void AddTranslatorComment
(
const FString& InComment |
Helper function that adds to the translator comments. | PortableObjectFormatDOM.h | |
| Helper function that adds to the translator comments. | PortableObjectFormatDOM.h | ||
FString ToString() |
Function to convert the entry to a string. | PortableObjectFormatDOM.h |