Navigation
API > API/Developer > API/Developer/TreeMap
Configuration for a new tree map
| Name | FTreeMapOptions |
| Type | struct |
| Header File | /Engine/Source/Developer/TreeMap/Public/ITreeMap.h |
| Include Path | #include "ITreeMap.h" |
Syntax
struct FTreeMapOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTreeMapOptions() |
Default constructor for FTreeMapOptions that initializes good defaults | ITreeMap.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CenterTextFont | FSlateFontInfo | Font for any text that's centered inside the middle of the node. | ITreeMap.h | |
| ContainerInnerPadding | float | Padding around a set of children inside of containers, under the container's title area | ITreeMap.h | |
| DisplayHeight | float | Height of whole display area | ITreeMap.h | |
| DisplayWidth | float | Width of whole display area | ITreeMap.h | |
| FontSizeChangeBasedOnDepth | int32 | Number of font sizes to drop with each depth level of the tree | ITreeMap.h | |
| MinimumInteractiveNodeSize | float | Minimize size of a tree node that will be allowed to have a title and padding. | ITreeMap.h | |
| MinimumVisibleNodeSize | float | Minimize size of a tree node that will be drawn at all, below this size it is invisible | ITreeMap.h | |
| Name2Font | FSlateFontInfo | Font for second line of text, under the title. | ITreeMap.h | |
| NameFont | FSlateFontInfo | Font to use for titles. | ITreeMap.h | |
| NestedContainerOuterPadding | float | Padding around the outside of nested container nodes in the tree | ITreeMap.h | |
| TopLevelContainerOuterPadding | float | Padding around the outside of top-level container nodes in the tree | ITreeMap.h | |
| TreeMapType | ETreeMapType | Type of tree map | ITreeMap.h |