FArguments

Unreal Engine C++ API Reference > Editor > EditorWidgets > Filters > SAssetFilterBar

Inheritance Hierarchy

References

   
Module EditorWidgets
Header /Engine/Source/Editor/EditorWidgets/Public/Filters/SAssetFilterBar.h
Include #include "Filters/SAssetFilterBar.h"

Syntax

struct FArguments : public [TSlateBaseNamedArgs< SAssetFilterBar< FilterType > >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)  

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... CanChangeOrientation ( bool InArg ) If true, allow dynamically changing the orientation and saving in the config
WidgetArgsTy... CreateTextFilter ( FCreateTextFilter InArg ) A delegate to create a TTextFilter for FilterType items.
WidgetArgsTy... CustomClassFilters ( TArray< TSharedRef< FCustomClassFil... ) Initial List of Custom Class filters that will be added to the AddFilter Menu
WidgetArgsTy... CustomFilters ( TArray< TSharedRef< FFilterBase< Fi... ) Initial List of Custom Filters that will be added to the AddFilter Menu
WidgetArgsTy... FilterBarIdentifier ( FName InArg ) A unique identifier for this filter bar needed to enable saving settings in a config file
WidgetArgsTy... FilterBarLayout ( EFilterBarLayout InArg ) The layout that determines how the filters are laid out
WidgetArgsTy... FilterPillStyle ( EFilterPillStyle InArg ) Determines how each individual filter pill looks like
WidgetArgsTy... FilterSearchBox ( TSharedPtr< SFilterSearchBox > InAr... ) An SFilterSearchBox that can be attached to this filter bar.
WidgetArgsTy... OnExtendAddFilterMenu ( const FOnExtendAddFilterMenu& InDe... ) Delegate to extend the Add Filter dropdown
WidgetArgsTy... OnFilterChanged ( const FOnFilterChanged& InDelegate ) Delegate for when filters have changed
WidgetArgsTy... UseDefaultAssetFilters ( bool InArg ) Whether the filter bar should provide the default asset filters

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library