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