Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFilter.h |
Include |
#include "SelectionSystem/DataprepFilter.h" |
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 |