FPortableObjectEntryKey

Class for representing the key of an entry 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 FPortableObjectEntryKey

Remarks

Class for representing the key of an entry in a Portable Object file(.po) or a Portable Object Template file(.pot).

Variables

Name Description

Public variable

FString

 

MsgCtxt

Represents the disambiguating context for the source text.

Public variable

FString

 

MsgId

Represents the original source text(also called the id or context).

Public variable

FString

 

MsgIdPlural

Represents the plural form of the source text.

Constructors

Name Description

Public function

FPortableObjectEntryKey()

Public function

FPortableObjectEntryKey

(
    const FString& InMsgId,
    const FString& InMsgIdPlural,
    const FString& InMsgCtxt
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FPortableObjectEntryKey& Oth...
)

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