FClassViewerFilterFuncs::IfMatchesAllInChildOfClassesSet

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

Windows
MacOS
Linux

References

Module

ClassViewer

Header

/Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h

Include

#include "ClassViewerFilter.h"

Source

/Engine/Source/Editor/ClassViewer/Private/ClassViewerFilter.cpp

Syntax

virtual EFilterReturn::Type IfMatchesAllInChildOfClassesSet
(
    TSet< const UClass * > & InSet,
    const UClass * InClass
)

Remarks

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

Returns

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

Parameter

Description

InSet

The set to test against.

InClass

The class to test against.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss