Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | FCreateNiagaraWidgetForActionData |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SNiagaraGraphActionWidget.h |
| Include Path | #include "SNiagaraGraphActionWidget.h" |
Syntax
struct FCreateNiagaraWidgetForActionData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCreateNiagaraWidgetForActionData
(
const TSharedPtr< FNiagaraMenuAction_Generic > InAction |
SNiagaraGraphActionWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | const TSharedPtr< FNiagaraMenuAction_Generic > | SNiagaraGraphActionWidget.h | ||
| bHandleMouseButtonDown | bool | True if we want to use the mouse delegate | SNiagaraGraphActionWidget.h | |
| bIsReadOnly | bool | True if the widget should be read only - no renaming allowed | SNiagaraGraphActionWidget.h | |
| FavoriteActionsProfileName | TOptional< FName > | If specified, adds a 'favorite' toggle to the widget | SNiagaraGraphActionWidget.h | |
| HighlightText | TAttribute< FText > | The text to highlight | SNiagaraGraphActionWidget.h | |
| IsRowSelectedDelegate | FIsSelected | The delegate to determine if the current action is selected in the row | SNiagaraGraphActionWidget.h |