Navigation
API > API/Editor > API/Editor/ClassViewer
Filter class that performs many common checks.
| Name | FClassViewerFilter |
| Type | class |
| Header File | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
| Include Path | #include "ClassViewerFilter.h" |
Syntax
class FClassViewerFilter : public IClassViewerFilter
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClassViewerFilter
(
const FClassViewerInitializationOptions& InInitOptions |
ClassViewerFilter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetReferenceFilter | TSharedPtr< IAssetReferenceFilter > | ClassViewerFilter.h | ||
| AssetRegistry | const IAssetRegistry & | ClassViewerFilter.h | ||
| FilterDelegate | FOnShouldFilterClass | ClassViewerFilter.h | ||
| FilterFunctions | TSharedRef< FClassViewerFilterFuncs > | ClassViewerFilter.h | ||
| InternalClasses | TArray< UClass * > | ClassViewerFilter.h | ||
| InternalPaths | TArray< FDirectoryPath > | ClassViewerFilter.h | ||
| TextFilter | TSharedRef< FTextFilterExpressionEvaluator > | ClassViewerFilter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
ClassViewerFilter.h | ||
virtual bool IsNodeAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
This function checks whether a node passes the filter defined by IsClassAllowed/IsUnloadedClassAllowed. | ClassViewerFilter.h | |
virtual bool IsUnloadedClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
ClassViewerFilter.h |
Overridden from IClassViewerFilter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
Checks if a class is allowed by this filter. | ClassViewerFilter.h | |
virtual bool IsUnloadedClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
Checks if a class is allowed by this filter. | ClassViewerFilter.h |