Navigation
API > API/Editor > API/Editor/ClassViewer
| Name | FClassViewerFilterFuncs |
| Type | class |
| Header File | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
| Include Path | #include "ClassViewerFilter.h" |
Syntax
class FClassViewerFilterFuncs
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FClassViewerFilterFuncs() |
ClassViewerFilter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EFilterReturn::Type IfInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of any of the classes in a set. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of any of the classes in a set. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfInClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the Class is in the Classes set. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfInClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the Class is in the Classes set. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatches_ClassesSetIsAClass
(
TSet< const UClass* >& InSet, |
Checks if any in the Classes set has a Is-A relationship with the passed in class. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatches_ClassesSetIsAClass
(
TSet< const UClass* >& InSet, |
Checks if any in the Classes set has a Is-A relationship with the passed in class. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatchesAll_ClassesSetIsAClass
(
TSet< const UClass* >& InSet, |
Checks if ALL the Classes set has a Is-A relationship with the passed in class. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatchesAll_ClassesSetIsAClass
(
TSet< const UClass* >& InSet, |
Checks if ALL the Classes set has a Is-A relationship with the passed in class. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatchesAll_ObjectsSetIsAClass
(
TSet< const UObject* >& InSet, |
Checks if ALL the Objects has a Is-A relationship with the passed in class. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatchesAll_ObjectsSetIsAClass
(
TSet< const UObject* >& InSet, |
Checks if ALL the Objects has a Is-A relationship with the passed in class. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatchesAllInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of ALL of the classes in a set. | ClassViewerFilter.h | |
virtual EFilterReturn::Type IfMatchesAllInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of ALL of the classes in a set. | ClassViewerFilter.h |