Navigation
API > API/Editor > API/Editor/GraphEditor
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h |
| Include | #include "SGraphActionMenu.h" |
Syntax
struct FCustomExpanderData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FEdGraphSchemaAction > | RowAction | The action associated with the menu row being customized | |
| TSharedPtr< ITableRow > | TableRow | The menu row associated with the widget being customized | |
| TSharedPtr< SPanel > | WidgetContainer | The widget container that the custom expander will belong to |