FPortableObjectHeader::FromLocPOEntry

Parses out header info from a [FPortableObjectEntry](API\Developer\Localization\FPortableObjectEntry) with an empty ID.

Unreal Engine C++ API Reference > Developer > Localization > FPortableObjectHeader

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h
Include #include "PortableObjectFormatDOM.h"
Source /Engine/Source/Developer/Localization/Private/PortableObjectFormatDOM.cpp
bool FromLocPOEntry
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FPortableObjectEntry](API\Developer\Localization\FPortableObjectEntry) > LocEntry
)

Remarks

Parses out header info from a FPortableObjectEntry with an empty ID. Returns true if successful, false otherwise.

Parameters

Name Description
LocEntry The Portable Object entry with an empty ID

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library