SGraphActionMenu::OnItemSelected

Called when tree item is selected

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h

Include

#include "SGraphActionMenu.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp

Syntax

void OnItemSelected
(
    TSharedPtr< FGraphActionNode > InSelectedItem,
    ESelectInfo::Type SelectInfo
)

Remarks

Called when tree item is selected

Parameters

Parameter

Description

InSelectedItem

The action node that is being selected

SelectInfo

Selection type - Only OnMouseClick and OnKeyPress will trigger a call to HandleSelection

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