Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SNiagaraFilterBox
The filter options used to initialized the filter box. There needs to be at least two tab options set to true for the tab filter to show up, if added.
| Name | FFilterOptions |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraFilterBox.h |
| Include Path | #include "Widgets/SNiagaraFilterBox.h" |
Syntax
struct FFilterOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFilterOptions() |
Widgets/SNiagaraFilterBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAddLibraryFilter | bool | Widgets/SNiagaraFilterBox.h | ||
| bAddSourceFilter | bool | Widgets/SNiagaraFilterBox.h | ||
| bAddTemplateFilter | bool | Widgets/SNiagaraFilterBox.h | ||
| TabOptions | SNiagaraTemplateTabBox::FNiagaraTemplateTabOptions | Widgets/SNiagaraFilterBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetAddLibraryFilter() |
Widgets/SNiagaraFilterBox.h | ||
bool GetAddSourceFilter() |
Widgets/SNiagaraFilterBox.h | ||
bool GetAddTemplateFilter() |
Widgets/SNiagaraFilterBox.h | ||
SNiagaraTemplateTabBox::FNiagaraTemplateTabOptions GetTabOptions() |
Widgets/SNiagaraFilterBox.h | ||
bool IsAnyFilterActive() |
Widgets/SNiagaraFilterBox.h | ||
void SetAddLibraryFilter
(
bool bAddLibraryFilter |
Widgets/SNiagaraFilterBox.h | ||
void SetAddSourceFilter
(
bool bAddSourceFilter |
Widgets/SNiagaraFilterBox.h | ||
void SetAddTemplateFilter
(
bool bAddTemplateFilter |
Widgets/SNiagaraFilterBox.h | ||
void SetTabOptions
(
const SNiagaraTemplateTabBox::FNiagaraTemplateTabOptions& TabOptions |
Widgets/SNiagaraFilterBox.h |