ITreeMap::GetVisuals

Gets the visuals for this tree map.

Unreal Engine C++ API Reference > Developer > TreeMap > ITreeMap

References

   
Module TreeMap
Header /Engine/Source/Developer/TreeMap/Public/ITreeMap.h
Include #include "ITreeMap.h"
[TArray](API\Runtime\Core\Containers\TArray)< [FTreeMapNodeVisualInfo](API\Developer\TreeMap\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.) List of visuals


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library