UDataprepFilter::FilterObjects

Take an array of objects and return the objects that pass the filter

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 TArray< UObject * > FilterObjects
(
    const TArrayView< UObject * > & Objects
) const

Remarks

Take an array of objects and return the objects that pass the filter

Returns

The object that passed the filtering

Parameters

Parameter

Description

Objects

The object to filter