UDataprepFilter::FilterAndStoreInArrayView

Take an array of object and output the result into the result array

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFilter.h

Include

#include "SelectionSystem/DataprepFilter.h"

Syntax

virtual void FilterAndStoreInArrayView
(
    const TArrayView< UObject * > & InObjects,
    const TArrayView< bool > & OutFilterResults
) const

Remarks

Take an array of object and output the result into the result array

Parameters

Parameter

Description

InObjects

The object to filter

OutFilterResult

Will put true at the same index of the object if it has passed the filter