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 TSharedRef < ITreeMap > CreateTreeMap
(
const FTreeMapOptions & Options,
const FTreeMapNodeDataRef & RootNodeData
)
Remarks
Static: Creates a tree map object, given tree node source data The newly-created ITreeMap instance
Parameters
| Name | Description |
|---|---|
| Options | Configuration options for this tree map |
| RootNodeData | The source data for the root of the tree |