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 right-clicked in the tree. If you don't override this nothing will happen unless a customization is specified
| Name | OnTreeMapNodeRightClicked |
| Type | function |
| Header File | /Engine/Source/Developer/TreeMap/Public/STreeMap.h |
| Include Path | #include "STreeMap.h" |
WidgetArgsType & OnTreeMapNodeRightClicked
(
const FOnTreeMapNodeInteracted & InDelegate
)