Navigation
Unreal Engine C++ API Reference > Editor > ClassViewer
References
Module | ClassViewer |
Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
Include | #include "ClassViewerFilter.h" |
Syntax
class FClassViewerFilterFuncs
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
EFilterReturn::Type | IfInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of any of the classes in a set. |
![]() ![]() |
EFilterReturn::Type | IfInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of any of the classes in a set. |
![]() ![]() |
EFilterReturn::Type | IfInClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the Class is in the Classes set. |
![]() ![]() |
EFilterReturn::Type | IfInClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the Class is in the Classes set. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
EFilterReturn::Type | IfMatchesAll_ClassesSetIsAClass
(
TSet< const UClass* >& InSet, |
Checks if ALL the Classes set has a Is-A relationship with the passed in class. |
![]() ![]() |
EFilterReturn::Type | IfMatchesAll_ClassesSetIsAClass
(
TSet< const UClass* >& InSet, |
Checks if ALL the Classes set has a Is-A relationship with the passed in class. |
![]() ![]() |
EFilterReturn::Type | IfMatchesAll_ObjectsSetIsAClass
(
TSet< const UObject* >& InSet, |
Checks if ALL the Objects has a Is-A relationship with the passed in class. |
![]() ![]() |
EFilterReturn::Type | IfMatchesAll_ObjectsSetIsAClass
(
TSet< const UObject* >& InSet, |
Checks if ALL the Objects has a Is-A relationship with the passed in class. |
![]() ![]() |
EFilterReturn::Type | IfMatchesAllInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of ALL of the classes in a set. |
![]() ![]() |
EFilterReturn::Type | IfMatchesAllInChildOfClassesSet
(
TSet< const UClass* >& InSet, |
Checks if the given Class is a child-of ALL of the classes in a set. |