Navigation
API > API/Editor > API/Editor/ClassViewer > API/Editor/ClassViewer/IClassViewerFilter
Syntax
&42;MyFilterOption ToolTipText
Remarks
Can be optionally implemented to gather additional filter flags. If present, these will be added into the View Options menu where they can be toggled on/off by the user.
Example: In the following case, we define a custom filter option to allow the user to toggle the entire filter on/off. This is synced with a global config setting (MyFilterConfigSettings->bIsCustomFilterEnabled) that is checked at filtering time. void FMyCustomClassFilter::GetFilterOptions(TArray