Navigation
API > API/Developer > API/Developer/TreeMap
References
| Module | TreeMap |
| Header | /Engine/Source/Developer/TreeMap/Public/ITreeMap.h |
| Include | #include "ITreeMap.h" |
Syntax
class FTreeMapAttributeData
Remarks
Stores data for a specific attribute type on a node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Value | Value for this data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor for FTreeMapAttributeData | |||
FTreeMapAttributeData
(
const FName InitValue |
Intitialization constructor for FTreeMapAttributeData |