Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPalette |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h |
| Include Path | #include "SGraphPalette.h" |
Syntax
class SGraphPalette : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SGraphPalette
- FSlateControlledConstruction → SWidget → SCompoundWidget → SGraphPalette
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SGraphPalette() |
SGraphPalette.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SGraphPalette.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CollectAllActions
(
FGraphActionListBuilderBase& OutAllActions |
Callback used to populate all actions list in SGraphActionMenu | SGraphPalette.h | |
virtual FReply OnActionDragged
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& InActions, |
SGraphPalette.h | ||
virtual TSharedRef< SWidget > OnCreateWidgetForAction
(
FCreateWidgetForActionData*const InCreateData |
SGraphPalette.h | ||
virtual void RefreshActionsList
(
bool bPreserveExpansion |
SGraphPalette.h |