| UDataprepFilter::FilterAndGatherInfo()
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepStringsArrayFilter.h |
Include |
#include "SelectionSystem/DataprepStringsArrayFilter.h" |
Source |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/SelectionSystem/DataprepStringsArrayFilter.cpp |
virtual void
FilterAndGatherInfo
(
const TArrayView
< UObject
* > & InObjects,
const TArrayView
< FDataprepSelectionInfo
> & OutFilterResults
) const
Take an array of object and output the result into the arrays
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 |