Navigation
API > API/Developer > API/Developer/TreeMap > API/Developer/TreeMap/STreeMap > API/Developer/TreeMap/STreeMap/FArguments
Description
Optional delegate that fires when the node is double-clicked in the tree. If you don't override this, the tree will use its default handling of double-click, which will re-root the tree on the node under the cursor
| Name | OnTreeMapNodeDoubleClicked |
| Type | function |
| Header File | /Engine/Source/Developer/TreeMap/Public/STreeMap.h |
| Include Path | #include "STreeMap.h" |
WidgetArgsType & OnTreeMapNodeDoubleClicked
(
const FOnTreeMapNodeInteracted & InDelegate
)