FClassViewerFilterFuncs::IfMatchesAllInChildOfClassesSet

Checks if the given Class is a child-of ALL of the classes in a set.

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](API\Editor\ClassViewer\EFilterReturn__Type) IfMatchesAllInChildOfClassesSet
(
    [TSet](API\Runtime\Core\Containers\TSet)< const [UClass](API\Runtime\CoreUObject\UObject\UClass) * > & InSet,
    const [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library