TFilterCollection::PassesAllFilters

Returns whether the specified Item passes all of the filters in the collection

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FilterCollection.h

Include

#include "Misc/FilterCollection.h"

Syntax

bool PassesAllFilters
(
    ItemType InItem
) const

Remarks

Returns whether the specified Item passes all of the filters in the collection

Returns

Whether the Item passed all child filter restrictions

Parameters

Parameter

Description

InItem

The Item to check against all child filter restrictions

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