ITreeMap::ParseOPMLToTreeMapData

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

Unreal Engine C++ API Reference > Developer > TreeMap > ITreeMap

References

   
Module TreeMap
Header /Engine/Source/Developer/TreeMap/Public/ITreeMap.h
Include #include "ITreeMap.h"
static FTreeMapNodeDataPtr ParseOPMLToTreeMapData
(
    const [FString](API\Runtime\Core\Containers\FString) & OPMLFilePath,
    [FString](API\Runtime\Core\Containers\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library