Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDefaultGraphActionWidget
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h |
| Include | #include "SGraphActionMenu.h" |
Syntax
class SDefaultGraphActionWidget : public SCompoundWidget
Remarks
Default widget for GraphActionMenu
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FEdGraphSchemaAction > | ActionPtr | The item that we want to display with this widget | |
| FCreateWidgetMouseButtonDown | MouseButtonDownDelegate | Delegate executed when mouse button goes down |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |