Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FPortableObjectFormatDOM
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h |
| Include | #include "PortableObjectFormatDOM.h" |
| Source | /Engine/Source/Developer/Localization/Private/PortableObjectFormatDOM.cpp |
bool FromString
(
const FString & InStr,
FText * OutErrorMsg
)
Remarks
Parses Portable Object elements from a string. Returns true if successful, false otherwise.
Parameters
| Name | Description |
|---|---|
| InStr | String representing a Portable Object file(.PO) or Portable Object Template file(.POT). |
| OutErrorMsg | Optional Text to be filled with error information. |