Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphEditorActionMenu
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphEditorActionMenu.h |
| Include Path | #include "SGraphEditorActionMenu.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGraphEditorActionMenu >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SGraphEditorActionMenu > → SGraphEditorActionMenu::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SGraphEditorActionMenu.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SGraphEditorActionMenu.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AutoExpandActionMenu
(
bool InArg |
SGraphEditorActionMenu.h | ||
WidgetArgsType & DraggedFromPins
(
TArray< UEdGraphPin* > InArg |
SGraphEditorActionMenu.h | ||
WidgetArgsType & GraphObj
(
UEdGraph* InArg |
SGraphEditorActionMenu.h | ||
WidgetArgsType & NewNodePosition
(
FDeprecateSlateVector2D InArg |
SGraphEditorActionMenu.h | ||
WidgetArgsType & OnClosedCallback
(
SGraphEditor::FActionMenuClosed InArg |
SGraphEditorActionMenu.h | ||
WidgetArgsType & OnCreateWidgetForAction
(
const SGraphActionMenu::FOnCreateWidgetForAction& InDelegate |
SGraphEditorActionMenu.h |