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