Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphActionMenu
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h |
Include | #include "SGraphActionMenu.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp |
void OnItemSelected ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FGraphActionNode](API\Editor\GraphEditor\FGraphActionNode) > InSelectedItem, [ESelectInfo::Type](API\Runtime\SlateCore\Types\ESelectInfo__Type) SelectInfo )
Remarks
Called when tree item is selected
Parameters
Name | Description |
---|---|
InSelectedItem | The action node that is being selected |
SelectInfo | Selection type - Only OnMouseClick and OnKeyPress will trigger a call to HandleSelection |