unreal.SmartReduceParams

class unreal.SmartReduceParams(tolerance_percentage: float = 0.0, sample_rate: FrameRate = Ellipsis)

Bases: StructBase

Smart Reduce Params

C++ Source:

  • Module: CurveEditor

  • File: CurveEditorSmartReduceFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • sample_rate (FrameRate): [Read-Write] Rate at which the curve should be sampled to compare against value tolerance.

  • tolerance_percentage (float): [Read-Write] Tolerance threshold, set as a percentage of the value’s range

property sample_rate: FrameRate

[Read-Write] Rate at which the curve should be sampled to compare against value tolerance.

Type:

(FrameRate)

property tolerance_percentage: float

[Read-Write] Tolerance threshold, set as a percentage of the value’s range

Type:

(float)