Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FPortableObjectFormatDOM
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FPortableObjectEntry > FindEntry
(
const TSharedRef< const FPortableObjectEntry > LocEntry |
Returns the Portable Object entry that matches the passed in entry or NULL if not found | PortableObjectFormatDOM.h | |
TSharedPtr< FPortableObjectEntry > FindEntry
(
const FString& MsgId, |
Returns the Portable Object file entry that matches the passed in parameters or NULL if not found | PortableObjectFormatDOM.h |
FindEntry(const TSharedRef< const FPortableObjectEntry >)
Description
Returns the Portable Object entry that matches the passed in entry or NULL if not found
| Name | FindEntry |
| Type | function |
| Header File | /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h |
| Include Path | #include "PortableObjectFormatDOM.h" |
| Source | /Engine/Source/Developer/Localization/Private/PortableObjectFormatDOM.cpp |
TSharedPtr < FPortableObjectEntry > FindEntry
(
const TSharedRef < const FPortableObjectEntry > LocEntry
) const
FindEntry(const FString &, const FString &, const FString &)
Description
Returns the Portable Object file entry that matches the passed in parameters or NULL if not found
| Name | FindEntry |
| Type | function |
| Header File | /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h |
| Include Path | #include "PortableObjectFormatDOM.h" |
| Source | /Engine/Source/Developer/Localization/Private/PortableObjectFormatDOM.cpp |
TSharedPtr < FPortableObjectEntry > FindEntry
(
const FString & MsgId,
const FString & MsgIdPlural,
const FString & MsgCtxt
) const