Navigation
Unreal Engine C++ API Reference > Editor > ClassViewer
Inheritance Hierarchy
- IClassViewerFilter
- FClassViewerFilter
- FInterfaceClassFilter
References
Module | ClassViewer |
Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
Include | #include "ClassViewerFilter.h" |
Syntax
class IClassViewerFilter
Remarks
Interface class for creating filters for the Class Viewer.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
*MyFilterOption | OnOptionChanged | |
![]() |
*MyFilterOption | ToolTipText | Can be optionally implemented to gather additional filter flags. |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
**OutFilterOptions | Add
(
MyFilterOption |
|
![]() |
bool | IsClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
Checks if a class is allowed by this filter. |
![]() |
bool | IsUnloadedClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
Checks if a class is allowed by this filter. |