Navigation
API > API/Editor > API/Editor/ClassViewer > API/Editor/ClassViewer/FClassViewerFilterFuncs
Overloads
| 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 |
IfInChildOfClassesSet(TSet< const UClass > &, const UClass )
Description
Checks if the given Class is a child-of any of the classes in a set.
| Name | IfInChildOfClassesSet |
| Type | function |
| Header File | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
| Include Path | #include "ClassViewerFilter.h" |
| Source | /Engine/Source/Editor/ClassViewer/Private/ClassViewerFilter.cpp |
virtual EFilterReturn::Type IfInChildOfClassesSet
(
TSet< const UClass * > & InSet,
const UClass * InClass
)
EFilterReturn::Passed if it is a child-of a class in the set, EFilterReturn::Failed if it is not, EFilterReturn::NoItems if the set is empty.
Parameters
| Name | Remarks |
|---|---|
| InSet | The set to test against. |
| InClass | The class to test against. |
IfInChildOfClassesSet(TSet< const UClass * > &, const TSharedPtr< const class IUnloadedBlueprintData >)
Description
Checks if the given Class is a child-of any of the classes in a set.
| Name | IfInChildOfClassesSet |
| Type | function |
| Header File | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
| Include Path | #include "ClassViewerFilter.h" |
virtual EFilterReturn::Type IfInChildOfClassesSet
(
TSet< const UClass * > & InSet,
const TSharedPtr< const class IUnloadedBlueprintData > InClass
)
EFilterReturn::Passed if it is a child-of a class in the set, EFilterReturn::Failed if it is not, EFilterReturn::NoItems if the set is empty.
Parameters
| Name | Remarks |
|---|---|
| InSet | The set to test against. |
| InClass | The class to test against. |