UDataprepStringFilter::FilterAndGatherInfo

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

Windows
MacOS
Linux

Override Hierarchy

UDataprepFilter::FilterAndGatherInfo()

UDataprepStringFilter::FilterAndGatherInfo()

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepStringFilter.h"

Source

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

Syntax

virtual void FilterAndGatherInfo
(
    const TArrayView< UObject * > & InObjects,
    const TArrayView< FDataprepSelectionInfo > & OutFilterResults
) const

Remarks

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

Parameters

Parameter

Description

InObjects

The object to filter

OutFilterResult

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

OutFetchedSucces

Will put true at the same index of the object if the fetcher fetched a value

OutFetchedLabel

Will put a display of information contextual to the filter/fetcher

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