ITreeMap::ParseOPMLToTreeMapData

Parses an OPML XML document and converts the outliner content to tree map node data

Windows
MacOS
Linux

References

Module

TreeMap

Header

/Engine/Source/Developer/TreeMap/Public/ITreeMap.h

Include

#include "ITreeMap.h"

Syntax

static FTreeMapNodeDataPtr ParseOPMLToTreeMapData
(
    const FString & OPMLFilePath,
    FString & OutErrorMessage
)

Remarks

Parses an OPML XML document and converts the outliner content to tree map node data

Returns

The root tree node for the parsed data, or an invalid pointer if something went wrong

Parameters

Parameter

Description

OPMLFilePath

Path to the OPML file on disk

OutErrorMessage

Error message string in the case that something went wrong

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