FClassViewerFilterFuncs::IfMatches_ClassesSetIsAClass

Checks if any in the Classes set has a Is-A relationship with the passed in class.

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 IfMatches_ClassesSetIsAClass
(
    TSet< const UClass * > & InSet,
    const TSharedPtr< const class IUnloadedBlueprintData > InClass
)

Remarks

Checks if any in the Classes set has a Is-A relationship with the passed in class.

Returns

EFilterReturn::Passed if the Classes set IsA the passed class, 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