Navigation
API > API/Developer > API/Developer/TreeMap
References
| Module | TreeMap |
| Header | /Engine/Source/Developer/TreeMap/Public/ITreeMap.h |
| Include | #include "ITreeMap.h" |
Syntax
struct FTreeMapNodeVisualInfo
Remarks
Visual ID for a node, generated by the tree map system
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsInteractive | True if the node is 'interactive'. | |
| FSlateFontInfo | CenterTextFont | ||
| FLinearColor | Color | Node color | |
| FSlateFontInfo | Name2Font | ||
| FSlateFontInfo | NameFont | Node fonts | |
| FTreeMapNodeData * | NodeData | Pointer back to the node data this visual was originally created from | |
| FVector2D | Position | Position for this node | |
| FVector2D | Size | Size for this node |