IfMatchesAllInChildOfClassesSet

Overload list

Unreal Engine C++ API Reference > Editor > ClassViewer > FClassViewerFilterFuncs

  Type Name Description
Public function Virtual EFilterReturn::Type

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 EFilterReturn::Type

IfMatchesAllInChildOfClassesSet ( TSet< const UClass* >& InSet,
const TSharedPtr< const class IUnloadedBlueprintData > InClass
)

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

On this page