Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
A single source filter checkbox, inherited from SCheckBox to add shift-click functionality
| Name | SNiagaraSourceFilterCheckBox |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraFilterBox.h |
| Include Path | #include "Widgets/SNiagaraFilterBox.h" |
Syntax
class SNiagaraSourceFilterCheckBox : public SCheckBox
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCheckBox → SNiagaraSourceFilterCheckBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCheckBox → SNiagaraSourceFilterCheckBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnShiftClicked | TBaseDelegate_TwoParams< void, EScriptSource, bool > | Widgets/SNiagaraFilterBox.h | |
| FOnSourceStateChanged | TBaseDelegate_TwoParams< void, EScriptSource, bool > | Widgets/SNiagaraFilterBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnShiftClicked | FOnShiftClicked | Widgets/SNiagaraFilterBox.h | ||
| OnSourceStateChanged | FOnSourceStateChanged | Widgets/SNiagaraFilterBox.h | ||
| Source | EScriptSource | The script source entry associated with this checkbox. | Widgets/SNiagaraFilterBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Args, |
Widgets/SNiagaraFilterBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
Widgets/SNiagaraFilterBox.h |