UDataprepFloatFilter::FilterObjects

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

Windows
MacOS
Linux

Override Hierarchy

UDataprepFilter::FilterObjects()

UDataprepFloatFilter::FilterObjects()

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepFloatFilter.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/SelectionSystem/DataprepFloatFilter.cpp

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss