Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
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
| Name | FNiagaraMenuAction_Base |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
| Include Path | #include "NiagaraActions.h" |
Syntax
USTRUCT ()
struct FNiagaraMenuAction_Base
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraActions.h | |||
FNiagaraMenuAction_Base
(
FText DisplayName, |
NiagaraActions.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCanExecuteAction | TBaseDelegate_NoParams< bool > | NiagaraActions.h | |
| FOnExecuteAction | TBaseDelegate_NoParams< void > | NiagaraActions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlternateSearchName | TOptional< FText > | An alternate name used explicitly for search purposes. Example: Divide and '/'. | NiagaraActions.h | |
| bIsExperimental | bool | NiagaraActions.h | ||
| bIsHovered | bool | NiagaraActions.h | ||
| bIsInLibrary | bool | NiagaraActions.h | ||
| Categories | TArray< FString > | Nested categories below a top level section. Can be empty | NiagaraActions.h | |
| DisplayName | FText | The DisplayName used in lists | NiagaraActions.h | |
| FavoritesActionData | TOptional< FNiagaraFavoritesActionData > | NiagaraActions.h | ||
| FullSearchString | FString | A string that combines all kinds of search terms | NiagaraActions.h | |
| Keywords | FText | Additional keywords that should be considered for searching | NiagaraActions.h | |
| SearchWeightMultiplier | float | A multiplier intrinsic to the action. | NiagaraActions.h | |
| SourceData | FNiagaraActionSourceData | Additional data about where this action originates. | NiagaraActions.h | |
| ToolTip | FText | The Tooltip text for this action | NiagaraActions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateFullSearchText() |
NiagaraActions.h |