Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphEditorActionMenu
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphEditorActionMenu.h |
| Include | #include "SGraphEditorActionMenu.h" |
Syntax
class SGraphEditorActionMenu : public SBorder
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | AutoExpandActionMenu | ||
| TArray< UEdGraphPin * > | DraggedFromPins | ||
| TSharedPtr< SGraphActionMenu > | GraphActionMenu | ||
| UEdGraph * | GraphObj | ||
| FVector2D | NewNodePosition | ||
| SGraphEditor::FActionMenuClosed | OnClosedCallback |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CollectAllActions
(
FGraphActionListBuilderBase& OutAllActions |
Callback used to populate all actions list in SGraphActionMenu | |
| void | Construct
(
const FArguments& InArgs |
||
| TSharedRef< SEditableTextBox > | |||
| void | OnActionSelected
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& SelectedAction, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |