Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SBasicFilterBar
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Filters/SBasicFilterBar.h |
| Include Path | #include "Filters/SBasicFilterBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SBasicFilterBar< FilterType > >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SBasicFilterBar::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Filters/SBasicFilterBar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Filters/SBasicFilterBar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bPinAllFrontendFilters
(
bool InArg |
Whether we want to automatically pin all frontend filters to make them visible by default. | Filters/SBasicFilterBar.h | |
WidgetArgsType & CanChangeOrientation
(
bool InArg |
If true, allow dynamically changing the orientation and saving in the config | Filters/SBasicFilterBar.h | |
WidgetArgsType & CreateTextFilter
(
FCreateTextFilter InArg |
A delegate to create a Text Filter for FilterType items. | Filters/SBasicFilterBar.h | |
WidgetArgsType & CustomFilters
(
TArray< TSharedRef< FFilterBase< FilterType > > > InArg |
Initial List of Custom Filters that will be added to the AddFilter Menu | Filters/SBasicFilterBar.h | |
WidgetArgsType & FilterBarLayout
(
EFilterBarLayout InArg |
The layout that determines how the filters are laid out | Filters/SBasicFilterBar.h | |
WidgetArgsType & FilterPillStyle
(
EFilterPillStyle InArg |
Determines how each individual filter pill looks like | Filters/SBasicFilterBar.h | |
WidgetArgsType & FilterSearchBox
(
TSharedPtr< SFilterSearchBox > InArg |
An SFilterSearchBox that can be attached to this filter bar. | Filters/SBasicFilterBar.h | |
WidgetArgsType & OnExtendAddFilterMenu
(
const FOnExtendAddFilterMenu& InDelegate |
Delegate to extend the Add Filter dropdown | Filters/SBasicFilterBar.h | |
WidgetArgsType & OnFilterChanged
(
const FOnFilterChanged& InDelegate |
Delegate for when filters have changed | Filters/SBasicFilterBar.h | |
WidgetArgsType & UseSectionsForCategories
(
bool InArg |
Whether to use submenus or sections for categories in the filter menu | Filters/SBasicFilterBar.h |