Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SBasicFilterBar
Description
Add a custom filter to the FilterBar. NOTE: This only adds it to the Add Filter Menu, and does not automatically add it to the filter bar or activate it
| Name | AddFilter |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Filters/SBasicFilterBar.h |
| Include Path | #include "Filters/SBasicFilterBar.h" |
void AddFilter
(
TSharedRef < FFilterBase < FilterType > > InFilter
)