FTreeMapNodeVisualInfo

Visual ID for a node, generated by the tree map system

Unreal Engine C++ API Reference > 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
FTreeMapNodeDat... 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library