Navigation
API > API/Editor > API/Editor/ClassViewer
| Name | FVerseCastableClassFilter |
| Type | class |
| Header File | /Engine/Source/Editor/ClassViewer/Public/VerseClassConstraintFilters.h |
| Include Path | #include "VerseClassConstraintFilters.h" |
Syntax
class FVerseCastableClassFilter : public IClassViewerFilter
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
VerseClassConstraintFilters.h |
Overridden from IClassViewerFilter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsUnloadedClassAllowed
(
const FClassViewerInitializationOptions& InInitOptions, |
Checks if a class is allowed by this filter. | VerseClassConstraintFilters.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool StaticIsClassAllowed
(
const UClass* InClass |
Filter for Verse classes only such that all classes must have or inherit explicit castable-ness. | VerseClassConstraintFilters.h |