Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SNiagaraGraphActionWidget.h |
| Include | #include "SNiagaraGraphActionWidget.h" |
Syntax
struct FCreateNiagaraWidgetForActionData
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< FNiagaraMenuAction_Generic > | Action | ||
| bool | bHandleMouseButtonDown | True if we want to use the mouse delegate | |
| bool | bIsReadOnly | True if the widget should be read only - no renaming allowed | |
| TAttribute< FText > | HighlightText | The text to highlight | |
| FIsSelected | IsRowSelectedDelegate | The delegate to determine if the current action is selected in the row |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCreateNiagaraWidgetForActionData
(
const TSharedPtr< FNiagaraMenuAction_Generic > InAction |