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 Add
&40;
const TSharedPtr< IFilter< ItemType > > & Filter
&41;
Remarks
Adds the specified Filter to the collection The index in the collection at which the filter was added
Parameters
Name | Description |
---|---|
Filter | The filter object to add to the collection |