FPortableObjectEntry

Class for representing entries in a Portable Object file(.po) or a Portable Object Template file(.pot).

Windows
MacOS
Linux

Inheritance Hierarchy

FPortableObjectEntryKey

FPortableObjectEntry

References

Module

Localization

Header

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

Include

#include "PortableObjectFormatDOM.h"

Syntax

class FPortableObjectEntry : public FPortableObjectEntryKey

Remarks

Class for representing entries in a Portable Object file(.po) or a Portable Object Template file(.pot).

Variables

Name Description

Public variable

TArray< FString...

 

ExtractedComments

Public variable

TArray< FString...

 

Flags

Public variable

TArray< FString...

 

MsgStr

Represents the translated text.

Public variable

TArray< FString...

 

ReferenceComments

Public variable

TArray< FString...

 

TranslatorComments

Public variable

TArray< FString...

 

UnknownElements

Stores any unknown elements we may encounter when processing a Portable Object file.

Constructors

Name Description

Public function

FPortableObjectEntry()

Functions

Name Description

Public function

void

 

AddExtractedComment

(
    const FString& InComment
)

Helper function that adds to the extracted comments.

Public function

void

 

AddExtractedComments

(
    const TArray< FString >& InComment...
)

Helper function that adds to the extracted comments.

Public function

void

 

AddReference

(
    const FString& InReference
)

Helper function that adds to the reference comments.

Public function

void

 

AddReferences

(
    const TArray< FString >& InReferen...
)

Helper function that adds to the reference comments.

Public function

void

 

AddTranslatorComment

(
    const FString& InComment
)

Helper function that adds to the translator comments.

Public function

void

 

AddTranslatorComments

(
    const TArray< FString >& InComment...
)

Helper function that adds to the translator comments.

Public function Const

FString

 

ToString()

Function to convert the entry to a string.

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