Navigation
Unreal Engine C++ API Reference > Editor > EditorWidgets > Filters > SAssetFilterBar > SAssetFilter
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAssetFilterBar::SAssetFilter::FArguments
References
Module | EditorWidgets |
Header | /Engine/Source/Editor/EditorWidgets/Public/Filters/SAssetFilterBar.h |
Include | #include "Filters/SAssetFilterBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAssetFilter >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
WidgetArgsType & | CustomClassFilter
(
TSharedPtr< FCustomClassFilterData > InArg |
The Custom Class Data that is associated with this filter |
![]() |
WidgetArgsType & | FilterPillStyle
(
EFilterPillStyle InArg |
Determines how each individual filter pill looks like |
![]() |
WidgetArgsType & | FrontendFilter
(
TSharedPtr< FFilterBase< FilterType >> InArg |
If this is an front end filter, this is the filter object |
![]() |
WidgetArgsType & | OnFilterChanged
(
const FOnFilterChanged& InDelegate |
Invoked when the filter toggled |
![]() |
WidgetArgsType & | OnRequestDisableAll
(
const FOnRequestDisableAll& InDelegate |
Invoked when a request to disable all filters originated from within this filter |
![]() |
WidgetArgsType & | OnRequestEnableAll
(
const FOnRequestEnableAll& InDelegate |
Invoked when a request to enable all filters originated from within this filter |
![]() |
WidgetArgsType & | OnRequestEnableOnly
(
const FOnRequestEnableOnly& InDelegate |
Invoked when a request to enable only this filter originated from within this filter |
![]() |
WidgetArgsType & | OnRequestRemove
(
const FOnRequestRemove& InDelegate |
Invoked when a request to remove this filter originated from within this filter |
![]() |
WidgetArgsType & | OnRequestRemoveAll
(
const FOnRequestRemoveAll& InDelegate |
Invoked when a request to remove all filters originated from within this filter |
![]() |
WidgetArgsType & | OnRequestRemoveAllButThis
(
const FOnRequestRemoveAllButThis& InDelegate |
Invoked when a request to remove all filters originated from within this filter |
Typedefs
Name | Description |
---|---|
WidgetArgsType |