FClassViewerFilterFuncs::IfInChildOfClassesSet

Checks if the given Class is a child-of any 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 IfInChildOfClassesSet
(
    TSet< const UClass * > & InSet,
    const TSharedPtr< const class IUnloadedBlueprintData > InClass
)

Remarks

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

Returns

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

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