Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNiagaraTemplateTabBox
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraFilterBox.h |
| Include | #include "Widgets/SNiagaraFilterBox.h" |
Syntax
class SNiagaraTemplateTabBox : public SCompoundWidget
Remarks
The template tab box offers buttons (working like tabs or radio buttons) for filtering purposes. It is used for emitters and systems to filter between standard assets, templates and behavior examples.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| ENiagaraScriptTemplateSpecification | GetActiveTab () |
||
| bool | GetActiveTab
(
ENiagaraScriptTemplateSpecification& OutTemplateSpecification |
If true, will set the parameter to the currently active tab. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FNiagaraTemplateTabOptions | The template tab options will tell the tab box which tabs to offer in the form of buttons. |
Typedefs
| Name | Description |
|---|---|
| FOnTabActivated |
Constants
| Name | Description |
|---|---|
| CachedActiveTab |