unreal.DataprepFloatFilter

class unreal.DataprepFloatFilter(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: DataprepFilter

Dataprep Float Filter

C++ Source:

  • Plugin: DataprepEditor

  • Module: DataprepCore

  • File: DataprepFloatFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • equal_value (float): [Read-Write] Equal Value: The value to use for the comparison against the fetched value

  • float_matching_criteria (DataprepFloatMatchType): [Read-Write] Float Matching Criteria: The matching criteria used when checking if a fetched value can pass the filter

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

  • tolerance (float): [Read-Write] Tolerance: The value used for the tolerance when doing a nearly equal