ITreeMapCustomization

Implement [ITreeMapCustomization](API\Developer\TreeMap\ITreeMapCustomization) and pass it along when creating your tree map to allow for custom attributes and formatting features!

Windows
MacOS
Linux

References

Module

TreeMap

Header

/Engine/Source/Developer/TreeMap/Public/ITreeMapCustomization.h

Include

#include "ITreeMapCustomization.h"

Syntax

class ITreeMapCustomization

Remarks

Implement ITreeMapCustomization and pass it along when creating your tree map to allow for custom attributes and formatting features!

Destructors

Name Description

Public function Virtual

~ITreeMapCustomization()

Virtual destructor

Functions

Name Description

Public function Const

const TMap< ...

 

GetAttributes()

Public function Virtual Const

FTreeMapAttr...

 

GetDefaultColorByAttribute()

Public function Virtual Const

FTreeMapAttr...

 

GetDefaultSizeByAttribute()

Public function Const

FName

 

GetName()

Public function Virtual Const

void

 

ProcessHashTagsRecursively

(
    const FTreeMapNodeDataRef& Node
)

Optional override that can be called to convert hash tags on tree nodes into proper attribute values.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss