Navigation
Unreal Engine C++ API Reference > Plugins > DataprepCore > SelectionSystem > UDataprepBoolFilter
- UDataprepFilter::FilterAndStoreInArrayView()
- UDataprepBoolFilter::FilterAndStoreInArrayView()
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepBoolFilter.h |
Include | #include "SelectionSystem/DataprepBoolFilter.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/SelectionSystem/DataprepBoolFilter.cpp |
virtual void FilterAndStoreInArrayView
&40;
const TArrayView< UObject &42; > & InObjects,
const TArrayView< bool > & OutFilterResults
&41; const
Remarks
Take an array of object and output the result into the result array
Parameters
Name | Description |
---|---|
InObjects | The object to filter |
OutFilterResult | Will put true at the same index of the object if it has passed the filter |