Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- FNiagaraMenuAction_Base
- FNiagaraMenuAction_Generic
- FNiagaraAction_NewNode
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
| Include | #include "NiagaraActions.h" |
Syntax
USTRUCT ()
struct FNiagaraMenuAction_Base
Remarks
New action hierarchy for the new menus. Prefer inheriting from this rather than the above this action does not have any use; inherit from it and provide your own functionality
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FText > | AlternateSearchName | An alternate name used explicitly for search purposes. Example: Divide and '/'. | |
| bool | bIsExperimental | ||
| bool | bIsInLibrary | ||
| TArray< FString > | Categories | Nested categories below a top level section. Can be empty | |
| FText | DisplayName | The DisplayName used in lists | |
| FString | FullSearchString | A string that combines all kinds of search terms | |
| FText | Keywords | Additional keywords that should be considered for searching | |
| float | SearchWeightMultiplier | A multiplier intrinsic to the action. | |
| ENiagaraMenuSections | Section | Top level section this action belongs to. | |
| FNiagaraActionSourceData | SourceData | Additional data about where this action originates. | |
| FText | ToolTip | The Tooltip text for this action |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraMenuAction_Base
(
FText DisplayName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Typedefs
| Name | Description |
|---|---|
| FCanExecuteAction | |
| FOnExecuteAction |