Navigation
API > API/Developer > API/Developer/TreeMap
Public tree map interface
| Name | ITreeMap |
| Type | class |
| Header File | /Engine/Source/Developer/TreeMap/Public/ITreeMap.h |
| Include Path | #include "ITreeMap.h" |
Syntax
class ITreeMap
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITreeMap() |
Virtual destructor | ITreeMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the visuals for this tree map. | ITreeMap.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ITreeMap > CreateTreeMap
(
const FTreeMapOptions& Options, |
Static: Creates a tree map object, given tree node source data | ITreeMap.h | |
static FTreeMapNodeDataPtr ParseOPMLToTreeMapData
(
const FString& OPMLFilePath, |
Parses an OPML XML document and converts the outliner content to tree map node data | ITreeMap.h |