unreal.SmartReduceParams¶
- class unreal.SmartReduceParams(tolerance_percentage: float = 0.0, sample_rate: FrameRate = Ellipsis, delete_static_channels: bool = False, only_reduce_static_channels: bool = False)¶
Bases:
StructBaseSmart Reduce Params
C++ Source:
Module: CurveEditor
File: CurveEditorSmartReduceFilter.h
Editor Properties: (see get_editor_property/set_editor_property)
delete_static_channels(bool): [Read-Write] Remove all keys from static channels, and set that value as the defaultonly_reduce_static_channels(bool): [Read-Write] Only reduce static channelssample_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 delete_static_channels: bool¶
[Read-Write] Remove all keys from static channels, and set that value as the default
- Type:
(bool)