Navigation
Unreal Engine C++ API Reference > Editor > ClassViewer
Inheritance Hierarchy
- IClassViewerFilter
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 |
---|---|---|
*MyFilterOp... | OnOptionChanged | |
*MyFilterOp... | ToolTipText | Can be optionally implemented to gather additional filter flags. |
Destructors
Type | Name | Description |
---|---|---|
~IClassViewerFilter () |
Functions
Type | Name | Description |
---|---|---|
**Ou... | Add ( MyFilterOption ) | |
bool | IsClassAllowed ( const FClassViewerInitializationOpt..., const UClass* InClass, TSharedRef< class FClassViewerFilte... ) | Checks if a class is allowed by this filter. |
bool | IsUnloadedClassAllowed ( const FClassViewerInitializationOpt..., const TSharedRef< const class IUnlo..., TSharedRef< class FClassViewerFilte... ) | Checks if a class is allowed by this filter. |