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](API\Runtime\Core\Templates\TSharedRef)< [ITreeMap](API\Developer\TreeMap\ITreeMap) > CreateTreeMap ( const [FTreeMapOptions](API\Developer\TreeMap\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 |