Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
The source filter box will create a source filter checkbox per enum entry and can be used to filter for different sources of assets, actions etc.
| Name | SNiagaraSourceFilterBox |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraFilterBox.h |
| Include Path | #include "Widgets/SNiagaraFilterBox.h" |
Syntax
class SNiagaraSourceFilterBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNiagaraSourceFilterBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNiagaraSourceFilterBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnFiltersChanged | TBaseDelegate_OneParam< void, const SourceMap & > | Widgets/SNiagaraFilterBox.h | |
| SourceMap | TMap< EScriptSource, bool > | Widgets/SNiagaraFilterBox.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SourceState | TMap< EScriptSource, bool > | Widgets/SNiagaraFilterBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFiltersChanged | FOnFiltersChanged | Widgets/SNiagaraFilterBox.h | ||
| SourceButtons | TMap< EScriptSource, TSharedRef< SNiagaraSourceFilterCheckBox > > | Widgets/SNiagaraFilterBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Args |
Widgets/SNiagaraFilterBox.h | ||
bool IsFilterActive
(
EScriptSource Source |
Widgets/SNiagaraFilterBox.h |