Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFilter.h |
Include |
#include "SelectionSystem/DataprepFilter.h" |
virtual void FilterAndStoreInArrayView
(
const TArrayView< UObject * > & InObjects,
const TArrayView< bool > & OutFilterResults
) const
Take an array of object and output the result into the result array
Parameter |
Description |
---|---|
InObjects |
The object to filter |
OutFilterResult |
Will put true at the same index of the object if it has passed the filter |