Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SBasicFilterBar
Description
Set the check box state of the specified filter (in the filter drop down) and pin/unpin a filter widget on/from the filter bar. When a filter is pinned (was not already pinned), it is activated and deactivated when unpinned.
| Name | SetFilterCheckState |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Filters/SBasicFilterBar.h |
| Include Path | #include "Filters/SBasicFilterBar.h" |
void SetFilterCheckState
(
const TSharedPtr < FFilterBase < FilterType > > & InFilter,
ECheckBoxState InCheckState
)