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. |