STreeMap::FArguments::OnTreeMapNodeDoubleClicked

Optional delegate that fires when the node is double-clicked in the tree.

Windows
MacOS
Linux

References

Module

TreeMap

Header

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

Include

#include "STreeMap.h"

Syntax

WidgetArgsType & OnTreeMapNodeDoubleClicked
(
    const FOnTreeMapNodeInteracted & InDelegate
)

Remarks

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

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