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