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