Navigation
API > API/Editor > API/Editor/GraphEditor > API/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
&40;
TSharedPtr< FGraphActionNode > InSelectedItem,
ESelectInfo::Type SelectInfo
&41;
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 |