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 FTreeMapAttribute
Remarks
Describes a customized attribute of a tree node
Variables
Type | Name | Description |
---|---|---|
FTreeMapAttribu... | DefaultValue | Default value to use when none is specified on a node |
FName | Name | Name of this attribute |
TMap< FName, FT... | Values | Maps a value name to the data that describes that value |
Constructors
Type | Name | Description |
---|---|---|
FTreeMapAttribute () | Default constructor |
Destructors
Type | Name | Description |
---|---|---|
~FTreeMapAttribute () | Virtual destructor |