ITreeMap::GetVisuals

Gets the visuals for this tree map.

Windows
MacOS
Linux

References

Module

TreeMap

Header

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

Include

#include "ITreeMap.h"

Syntax

TArray< FTreeMapNodeVisualInfo > GetVisuals()

Remarks

Gets the visuals for this tree map. Be careful not to destroy the original tree while still using the visual objects, otherwise the back pointers to the original tree nodes will be trash! Visuals are ordered such that nested visuals appear later in the list than their parents (so they can be drawn back to front, etc.)

Returns

List of visuals

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