Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- SCompoundWidget
- SGraphPaletteItem
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h |
| Include | #include "SGraphPalette.h" |
Syntax
class SGraphPaletteItem : public SCompoundWidget
Remarks
Widget for displaying a single item
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FEdGraphSchemaAction > | ActionPtr | The item that we want to display with this widget | |
| TSharedPtr< SInlineEditableTextBlock > | InlineRenameWidget | Holds the inline renaming widget if one was created | |
| FCreateWidgetMouseButtonDown | MouseButtonDownDelegate | Delegate executed when mouse button goes down |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| TSharedRef< SWidget > | CreateIconWidget
(
const FText& IconToolTip, |
Create an icon type widget | |
| TSharedRef< SWidget > | CreateIconWidget
(
const FText& IconToolTip, |
Creates an icon type widget, including big tooltip link | |
| TSharedRef< SWidget > | CreateTextSlotWidget
(
FCreateWidgetForActionData*const InCreateData, |
Create the text widget | |
| TSharedRef< SWidget > | CreateTextSlotWidget
(
const FSlateFontInfo& NameFont, |
||
| FText | Callback to get the display text | ||
| FText | Callback to get the tooltip | ||
| void | OnDragEnter
(
const FGeometry& MyGeometry, |
||
| void | OnDragLeave
(
const FDragDropEvent& DragDropEvent |
||
| FReply | OnDrop
(
const FGeometry& MyGeometry, |
||
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
||
| void | OnNameTextCommitted
(
const FText& NewText, |
Callback when rename text is committed | |
| bool | OnNameTextVerifyChanged
(
const FText& InNewText, |
Callback when rename text is being verified on text changed |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |