Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Custom widget for GraphActionMenu
| Name | SNiagaraGraphActionWidget |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SNiagaraGraphActionWidget.h |
| Include Path | #include "SNiagaraGraphActionWidget.h" |
Syntax
class SNiagaraGraphActionWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNiagaraGraphActionWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNiagaraGraphActionWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionPtr | TWeakPtr< struct FEdGraphSchemaAction > | The item that we want to display with this widget | SNiagaraGraphActionWidget.h | |
| MouseButtonDownDelegate | FCreateWidgetMouseButtonDown | Delegate executed when mouse button goes down | SNiagaraGraphActionWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SNiagaraGraphActionWidget.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
SNiagaraGraphActionWidget.h |