Navigation
Unreal Engine C++ API Reference > Developer > TreeMap > ITreeMap
References
Module | TreeMap |
Header | /Engine/Source/Developer/TreeMap/Public/ITreeMap.h |
Include | #include "ITreeMap.h" |
static TSharedRef< ITreeMap > CreateTreeMap
&40;
const FTreeMapOptions & Options,
const FTreeMapNodeDataRef & RootNodeData
&41;
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 |