FPortableObjectHeader::FromString

Parses out header key/value pair entries.

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

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h
Include #include "PortableObjectFormatDOM.h"
bool FromString
(
    const [FString](API\Runtime\Core\Containers\FString) & InStr
)

Remarks

Parses out header key/value pair entries. Returns true if successful, false otherwise.

Parameters

Name Description
InStr String representing a .po or .pot file header

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library