Navigation
API > API/Developer > API/Developer/TreeMap > API/Developer/TreeMap/STreeMap
Description
Refreshes the tree map from its source data. The current active root will remain as the base of the tree. Call this after you've changed data in the tree.
| Name | RebuildTreeMap |
| Type | function |
| Header File | /Engine/Source/Developer/TreeMap/Public/STreeMap.h |
| Include Path | #include "STreeMap.h" |
| Source | /Engine/Source/Developer/TreeMap/STreeMap.cpp |
void RebuildTreeMap
(
const bool bShouldPlayTransition
)
Parameters
| Name | Remarks |
|---|---|
| bShouldPlayTransition | If enabled, an animation will play |