Navigation
API > API/Editor > API/Editor/ClassViewer
Used to define a custom class viewer filter option.
| Name | FClassViewerFilterOption |
| Type | class |
| Header File | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
| Include Path | #include "ClassViewerFilter.h" |
Syntax
class FClassViewerFilterOption
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | Whether or not the option is currently enabled (default = true). | ClassViewerFilter.h | |
| LabelText | TAttribute< FText > | Localized label text to use for the option in the class viewer's filter menu. | ClassViewerFilter.h | |
| OnOptionChanged | FOnClassViewerFilterOptionChanged | Optional external delegate that will be invoked when this filter option is changed. | ClassViewerFilter.h | |
| ToolTipText | TAttribute< FText > | Localized tooltip text to use for the option in the class viewer's filter menu. | ClassViewerFilter.h |