Navigation
API > API/Developer > API/Developer/Localization
Class for representing the key of an entry in a Portable Object file(.po) or a Portable Object Template file(.pot).
| Name | FPortableObjectEntryKey |
| Type | class |
| Header File | /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h |
| Include Path | #include "PortableObjectFormatDOM.h" |
Syntax
class FPortableObjectEntryKey
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PortableObjectFormatDOM.h | |||
FPortableObjectEntryKey
(
const FString& InMsgId, |
PortableObjectFormatDOM.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MsgCtxt | FString | Represents the disambiguating context for the source text. | PortableObjectFormatDOM.h | |
| MsgId | FString | Represents the original source text(also called the id or context). | PortableObjectFormatDOM.h | |
| MsgIdPlural | FString | Represents the plural form of the source text. | PortableObjectFormatDOM.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPortableObjectEntryKey& Other |
PortableObjectFormatDOM.h |