FTreeMapOptions

Configuration for a new tree map

Windows
MacOS
Linux

References

Module

TreeMap

Header

/Engine/Source/Developer/TreeMap/Public/ITreeMap.h

Include

#include "ITreeMap.h"

Syntax

struct FTreeMapOptions

Remarks

Configuration for a new tree map

Variables

Name Description

Public variable

FSlateFontInfo

 

CenterTextFont

Font for any text that's centered inside the middle of the node.

Public variable

float

 

ContainerInnerPadding

Padding around a set of children inside of containers, under the container's title area

Public variable

float

 

DisplayHeight

Height of whole display area

Public variable

float

 

DisplayWidth

Width of whole display area

Public variable

int32

 

FontSizeChangeBasedOnDepth

Number of font sizes to drop with each depth level of the tree

Public variable

float

 

MinimumInteractiveNodeSize

Minimize size of a tree node that will be allowed to have a title and padding.

Public variable

float

 

MinimumVisibleNodeSize

Minimize size of a tree node that will be drawn at all, below this size it is invisible

Public variable

FSlateFontInfo

 

Name2Font

Font for second line of text, under the title.

Public variable

FSlateFontInfo

 

NameFont

Font to use for titles.

Public variable

float

 

NestedContainerOuterPadding

Padding around the outside of nested container nodes in the tree

Public variable

float

 

TopLevelContainerOuterPadding

Padding around the outside of top-level container nodes in the tree

Public variable

ETreeMapType

 

TreeMapType

Type of tree map

Constructors

Name Description

Public function

FTreeMapOptions()

Default constructor for FTreeMapOptions that initializes good defaults

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss