Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFilter.h |
Include |
#include "SelectionSystem/DataprepFilter.h" |
virtual TArray
< UObject
* > FilterObjects
(
const TArrayView
< UObject
* > & Objects
) const
Take an array of objects and return the objects that pass the filter
The object that passed the filtering
Parameter |
Description |
---|---|
Objects |
The object to filter |