UDataprepIntegerFilter::FilterAndStoreInArrayView

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

Windows
MacOS
Linux

Override Hierarchy

UDataprepFilter::FilterAndStoreInArrayView()

UDataprepIntegerFilter::FilterAndStoreInArrayView()

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepIntegerFilter.h"

Source

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

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

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