FClassViewerFilterFuncs

Unreal Engine C++ API Reference > Editor > ClassViewer

References

   
Module ClassViewer
Header /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h
Include #include "ClassViewerFilter.h"

Syntax

class FClassViewerFilterFuncs  

Destructors

Type Name Description
  ~FClassViewerFilterFuncs ()  

Functions

Type Name Description
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.
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.
EFilterRetur... IfInClassesSet ( TSet< const UClass* >& InSet, const UClass* InClass ) Checks if the Class is in the Classes set.
EFilterRetur... IfInClassesSet ( TSet< const UClass* >& InSet, const TSharedPtr< const class IUnlo... ) Checks if the Class is in the Classes set.
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.
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.
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.
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.
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.
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.
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.
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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library