unreal.DataprepFilter

class unreal.DataprepFilter(outer: Object | None = None, name: Name | str = 'None')

Bases: DataprepParameterizableObject

The Dataprep Filter a base class for the Dataprep selection system It’s main responsibility is to filter a array of object and to return the selected objects

C++ Source:

  • Plugin: DataprepEditor

  • Module: DataprepCore

  • File: DataprepFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_excluding_result (bool): [Read-Write] Is this filter an excluding filter (a filter that produces the inverse of its normal output)

get_fetcher() DataprepFetcher

Get Fetcher

Return type:

DataprepFetcher