unreal.DataprepFilter¶
- class unreal.DataprepFilter(outer=None, name='None')¶
Bases:
unreal.DataprepParameterizableObjectThe 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 Excluding Result: Is this filter a excluding filter (a filter that is inverse his normal output)
- get_fetcher() DataprepFetcher¶
Get Fetcher
- Return type