Navigation
API > API/Developer > API/Developer/TreeMap
References
| Module | TreeMap |
| Header | /Engine/Source/Developer/TreeMap/Public/ITreeMapCustomization.h |
| Include | #include "ITreeMapCustomization.h" |
Syntax
class FTreeMapAttribute
Remarks
Describes a customized attribute of a tree node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTreeMapAttributeValuePtr | DefaultValue | Default value to use when none is specified on a node | |
| FName | Name | Name of this attribute | |
| TMap< FName, FTreeMapAttributeValuePtr > | Values | Maps a value name to the data that describes that value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |