Navigation
Unreal Engine C++ API Reference > Developer > TreeMap
References
Module | TreeMap |
Header | /Engine/Source/Developer/TreeMap/Public/ITreeMapCustomization.h |
Include | #include "ITreeMapCustomization.h" |
Syntax
class FTreeMapAttributeValue
Remarks
Describes a value for an attribute of a tree node
Variables
Type | Name | Description |
---|---|---|
FName | Name | Name of this value |
FLinearColor | NodeColor | The node color that this value maps to |
float | NodeSize | The node size that this value maps to |
Constructors
Type | Name | Description |
---|---|---|
FTreeMapAttributeValue () | Default constructor |
Destructors
Type | Name | Description |
---|---|---|
~FTreeMapAttributeValue () | Virtual destructor |