FArguments

Unreal Engine C++ API Reference > Developer > ToolWidgets > Filters > SBasicFilterBar > SFilter

Inheritance Hierarchy

References

   
Module ToolWidgets
Header /Engine/Source/Developer/ToolWidgets/Public/Filters/SBasicFilterBar.h
Include #include "Filters/SBasicFilterBar.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SFilter >  

Constructors

  Type Name Description
Public function    

Functions

  Type Name Description
Public function WidgetArgsType & Determines how each individual filter pill looks like
Public function WidgetArgsType &

FrontendFilter ( TSharedPtr< FFilterBase< FilterType >> InArg
)

If this is an front end filter, this is the filter object
Public function WidgetArgsType &

OnFilterChanged ( const SBasicFilterBar< FilterType >::FOnFilterChanged& InDelegate
)

Invoked when the filter toggled
Public function WidgetArgsType & Invoked when a request to disable all filters originated from within this filter
Public function WidgetArgsType &

OnRequestEnableAll ( const FOnRequestEnableAll& InDelegate
)

Invoked when a request to enable all filters originated from within this filter
Public function WidgetArgsType & Invoked when a request to enable only this filter originated from within this filter
Public function WidgetArgsType &

OnRequestRemove ( const FOnRequestRemove& InDelegate
)

Invoked when a request to remove this filter originated from within this filter
Public function WidgetArgsType &

OnRequestRemoveAll ( const FOnRequestRemoveAll& InDelegate
)

Invoked when a request to remove all filters originated from within this filter
Public function WidgetArgsType & Invoked when a request to remove all filters originated from within this filter

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library