FTreeMapAttribute

Describes a customized attribute of a tree node

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library