Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TTextFilter
- IFilter::PassesFilter()
- TTextFilter::PassesFilter()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TextFilter.h |
Include | #include "Misc/TextFilter.h" |
virtual bool PassesFilter
&40;
ItemType InItem
&41; const
Remarks
Returns whether the specified Item passes the Filter's text restrictions Whether the specified Item passed the filter
Parameters
Name | Description |
---|---|
InItem | The Item to check |