Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | SNiagaraParameterMenu |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraParameterMenu.h |
| Include Path | #include "Widgets/SNiagaraParameterMenu.h" |
Syntax
class SNiagaraParameterMenu : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNiagaraParameterMenu
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNiagaraParameterMenu
Derived Classes
- SNiagaraAddParameterFromPanelMenu
- SNiagaraAddParameterFromPinMenu
- SNiagaraChangePinTypeMenu
- SNiagaraFunctionSpecifierNDCVariablesMenu
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetSectionTitle | TBaseDelegate_OneParam< FText, int32 > | Delegate to get the name of a section if the widget is a section separator. | Widgets/SNiagaraParameterMenu.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoExpandMenu | bool | Widgets/SNiagaraParameterMenu.h | ||
| GraphMenu | TSharedPtr< SGraphActionMenu > | Widgets/SNiagaraParameterMenu.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Base Parameter Menu ///. | Widgets/SNiagaraParameterMenu.h | |
TSharedPtr< SEditableTextBox > GetSearchBox() |
Widgets/SNiagaraParameterMenu.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CollectAllActions
(
FGraphActionListBuilderBase& OutAllActions |
Widgets/SNiagaraParameterMenu.h | ||
void OnActionSelected
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& SelectedActions, |
Widgets/SNiagaraParameterMenu.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< SExpanderArrow > CreateCustomActionExpander
(
const FCustomExpanderData& ActionMenuData |
Widgets/SNiagaraParameterMenu.h | ||
static FText GetNamespaceCategoryText
(
const FNiagaraNamespaceMetadata& NamespaceMetaData |
Widgets/SNiagaraParameterMenu.h | ||
static FText GetNamespaceCategoryText
(
const FGuid& InNamespaceId |
Widgets/SNiagaraParameterMenu.h | ||
static bool IsStaticSwitchParameter
(
const FNiagaraVariable& Variable, |
Widgets/SNiagaraParameterMenu.h |