Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/FFilterBase
Description
Set this filter as checked, and activates or deactivates it.
this only works for filters registered by a widget such as SBasicFilterBar that manages them and should be called by external code rather than by the managing widget itself.
| Name | SetActive |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Filters/FilterBase.h |
| Include Path | #include "Filters/FilterBase.h" |
void SetActive
(
bool bActive
)