Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SBasicFilterBar
Description
Returns the check box state of the specified filter (in the filter drop down). This tells whether the filter is pinned or not on the filter bar, but not if filter is active or not.
| Name | GetFilterCheckState |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Filters/SBasicFilterBar.h |
| Include Path | #include "Filters/SBasicFilterBar.h" |
ECheckBoxState GetFilterCheckState
(
const TSharedPtr < FFilterBase < FilterType > > & InFilter
) const
See Also
- IsFilterActive().