Navigation
API > API/Developer > API/Developer/TreeMap > API/Developer/TreeMap/ITreeMap
References
| Module | TreeMap |
| Header | /Engine/Source/Developer/TreeMap/Public/ITreeMap.h |
| Include | #include "ITreeMap.h" |
| Source | /Engine/Source/Developer/TreeMap/TreeMap.cpp |
static FTreeMapNodeDataPtr ParseOPMLToTreeMapData
(
const FString & OPMLFilePath,
FString & OutErrorMessage
)
Remarks
Parses an OPML XML document and converts the outliner content to tree map node data The root tree node for the parsed data, or an invalid pointer if something went wrong
Parameters
| Name | Description |
|---|---|
| OPMLFilePath | Path to the OPML file on disk |
| OutErrorMessage | Error message string in the case that something went wrong |