Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- INiagaraStackItemGroupAddAction
- FNiagaraStackEmitterStageAddUtilities::FAddEmitterStageAction
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/INiagaraStackItemGroupAddUtilities.h |
| Include | #include "ViewModels/Stack/INiagaraStackItemGroupAddUtilities.h" |
Syntax
class INiagaraStackItemGroupAddAction
Remarks
Represents a single action for adding an item to a group in the stack.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | Gets the category for this action. | ||
| FText | Gets a long description of what will happen if this add action is executed. | ||
| FText | Gets the short display name for this action. | ||
| FText | GetKeywords () |
Gets a space separated string of keywords which expose additional search terms for this action. | |
| FNiagaraActionSourceData | Gets a source data struct that is useful to display additional information about an action | ||
| bool | GetSuggested () |
Gets a bool that indicates whether this action is suggested or not | |
| bool | IsInLibrary () |
Indicates if this action represents a library action |