Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | FNiagaraMenuAction |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
| Include Path | #include "NiagaraActions.h" |
Syntax
USTRUCT ()
struct FNiagaraMenuAction : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FNiagaraMenuAction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraActions.h | |||
FNiagaraMenuAction
(
FText InNodeCategory, |
NiagaraActions.h | ||
FNiagaraMenuAction
(
FText InNodeCategory, |
NiagaraActions.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCanExecuteStackAction | TBaseDelegate_NoParams< bool > | NiagaraActions.h | |
| FOnExecuteStackAction | TBaseDelegate_NoParams< void > | NiagaraActions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IsExperimental | bool | NiagaraActions.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | FOnExecuteStackAction | NiagaraActions.h | ||
| CanPerformAction | FCanExecuteStackAction | NiagaraActions.h | ||
| ParameterVariable | TOptional< FNiagaraVariable > | NiagaraActions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanExecute() |
NiagaraActions.h | ||
void ExecuteAction() |
NiagaraActions.h | ||
TOptional< FNiagaraVariable > GetParameterVariable() |
NiagaraActions.h | ||
void SetParameterVariable
(
const FNiagaraVariable& InParameterVariable |
NiagaraActions.h | ||
void SetSectionId
(
const int32 NewSectionId |
NiagaraActions.h |