Navigation
API > API/Developer > API/Developer/TreeMap > API/Developer/TreeMap/STreeMap
References
Module | TreeMap |
Header | /Engine/Source/Developer/TreeMap/Public/STreeMap.h |
Include | #include "STreeMap.h" |
void Construct
&40;
const FArguments & InArgs,
const TSharedRef< class FTreeMapNodeData > & InTreeMapNodeData,
const TSharedPtr< ITreeMapCustomization > & InCustomization
&41;
Remarks
Construct the widget
Parameters
Name | Description |
---|---|
InArgs | A declaration from which to construct the widget |
InTreeMapNodeData | The node data we'll be visualizing and editing (root node) |
InCustomization | An optional 'customization' of the tree that allows for filtering and displaying the tree map data according to various attributes |