Navigation
Unreal Engine C++ API Reference > Developer
Classes
Type | Name | Description |
---|---|---|
Public class | FTreeMapAttribute | Describes a customized attribute of a tree node |
Public class | FTreeMapAttributeData | Stores data for a specific attribute type on a node |
Public class | FTreeMapAttributeValue | Describes a value for an attribute of a tree node |
Public class | FTreeMapNodeData | Single node in a tree map, which may have any number of child nodes, each with their own children and so on |
Public struct | FTreeMapNodeVisualInfo | Visual ID for a node, generated by the tree map system |
Public struct | FTreeMapOptions | Configuration for a new tree map |
Public class | FTreeMapStyle | Style data for STreeMap |
Public class | ITreeMap | Public tree map interface |
Public class | ITreeMapCustomization | Implement ITreeMapCustomization and pass it along when creating your tree map to allow for custom attributes and formatting features! |
Public class | STreeMap | Graphical tree map widget with interactive controls |