Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TFilterCollection
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/FilterCollection.h |
Include | #include "Misc/FilterCollection.h" |
int32 Remove
&40;
const TSharedPtr< IFilter< ItemType > > & Filter
&41;
Remarks
Removes as many instances of the specified Filter as there are in the collection The number of Filters removed from the collection
Parameters
Name | Description |
---|---|
Filter | The filter object to remove from the collection |