FClassViewerFilterFuncs

Windows
MacOS
Linux

References

Module

ClassViewer

Header

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

Include

#include "ClassViewerFilter.h"

Syntax

class FClassViewerFilterFuncs

Destructors

Name Description

Public function Virtual

~FClassViewerFilterFuncs()

Functions

Name Description

Public function Virtual

EFilterRetur...

 

IfInChildOfClassesSet

(
    TSet< const UClass* >& InSet,
    const UClass* InClass
)

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

Public function Virtual

EFilterRetur...

 

IfInChildOfClassesSet

(
    TSet< const UClass* >& InSet,
    const TSharedPtr< const class IUnlo...
)

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

Public function Virtual

EFilterRetur...

 

IfInClassesSet

(
    TSet< const UClass* >& InSet,
    const UClass* InClass
)

Checks if the Class is in the Classes set.

Public function Virtual

EFilterRetur...

 

IfInClassesSet

(
    TSet< const UClass* >& InSet,
    const TSharedPtr< const class IUnlo...
)

Checks if the Class is in the Classes set.

Public function Virtual

EFilterRetur...

 

IfMatches_ClassesSetIsAClass

(
    TSet< const UClass* >& InSet,
    const UClass* InClass
)

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

Public function Virtual

EFilterRetur...

 

IfMatches_ClassesSetIsAClass

(
    TSet< const UClass* >& InSet,
    const TSharedPtr< const class IUnlo...
)

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

Public function Virtual

EFilterRetur...

 

IfMatchesAll_ClassesSetIsAClass

(
    TSet< const UClass* >& InSet,
    const UClass* InClass
)

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

Public function Virtual

EFilterRetur...

 

IfMatchesAll_ClassesSetIsAClass

(
    TSet< const UClass* >& InSet,
    const TSharedPtr< const class IUnlo...
)

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

Public function Virtual

EFilterRetur...

 

IfMatchesAll_ObjectsSetIsAClass

(
    TSet< const UObject* >& InSet,
    const UClass* InClass
)

Checks if ALL the Objects has a Is-A relationship with the passed in class.

Public function Virtual

EFilterRetur...

 

IfMatchesAll_ObjectsSetIsAClass

(
    TSet< const UObject* >& InSet,
    const TSharedPtr< const class IUnlo...
)

Checks if ALL the Objects has a Is-A relationship with the passed in class.

Public function Virtual

EFilterRetur...

 

IfMatchesAllInChildOfClassesSet

(
    TSet< const UClass* >& InSet,
    const UClass* InClass
)

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

Public function Virtual

EFilterRetur...

 

IfMatchesAllInChildOfClassesSet

(
    TSet< const UClass* >& InSet,
    const TSharedPtr< const class IUnlo...
)

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

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