Navigation
Unreal Engine C++ API Reference > Editor > ClassViewer > FClassViewerFilterFuncs > IfMatchesAllInChildOfClassesSet
References
Module | ClassViewer |
Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
Include | #include "ClassViewerFilter.h" |
Source | /Engine/Source/Editor/ClassViewer/Private/ClassViewerFilter.cpp |
virtual EFilterReturn::Type IfMatchesAllInChildOfClassesSet
&40;
TSet< const UClass &42; > & InSet,
const UClass &42; InClass
&41;
Remarks
Checks if the given Class is a child-of ALL of the classes in a set. EFilterReturn::Passed if it is a child-of ALL the classes in the set, EFilterReturn::Failed if it is not, EFilterReturn::NoItems if the set is empty.
Parameters
Name | Description |
---|---|
InSet | The set to test against. |
InClass | The class to test against. |