FPortableObjectFormatDOM::FromString

Parses Portable Object elements from a string.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h

Include

#include "PortableObjectFormatDOM.h"

Source

/Engine/Source/Developer/Localization/Private/PortableObjectFormatDOM.cpp

Syntax

bool FromString
(
    const FString & InStr,
    FText * OutErrorMsg
)

Remarks

Parses Portable Object elements from a string.

Returns

Returns true if successful, false otherwise.

Parameters

Parameter

Description

InStr

String representing a Portable Object file(.PO) or Portable Object Template file(.POT).

OutErrorMsg

Optional Text to be filled with error information.

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