Navigation
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 |