TTextFilter::PassesFilter

Returns whether the specified Item passes the Filter's text restrictions

Windows
MacOS
Linux

Override Hierarchy

IFilter::PassesFilter()

TTextFilter::PassesFilter()

References

Module

Core

Header

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

Include

#include "Misc/TextFilter.h"

Syntax

virtual bool PassesFilter
(
    ItemType InItem
) const

Remarks

Returns whether the specified Item passes the Filter's text restrictions

Returns

Whether the specified Item passed the filter

Parameters

Parameter

Description

InItem

The Item to check

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