Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SGraphPalette
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h |
| Include | #include "SGraphPalette.h" |
Syntax
class SGraphPalette : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SGraphActionMenu > | GraphActionMenu |
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 |
||
| FReply | OnActionDragged
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& InActions, |
||
| TSharedRef< SWidget > | OnCreateWidgetForAction
(
FCreateWidgetForActionData*const InCreateData |
||
| void | RefreshActionsList
(
bool bPreserveExpansion |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |