unreal.CriticalDamperValueInterpolator

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

Bases: CameraValueInterpolator

A value interpolator that uses a spring-mass system to converge towards the target value.

C++ Source:

  • Plugin: GameplayCameras

  • Module: GameplayCameras

  • File: CriticalDamperValueInterpolator.h

Editor Properties: (see get_editor_property/set_editor_property)

  • damping_factor (float): [Read-Write] The damping factor of the spring-mass system.

property damping_factor: float

[Read-Write] The damping factor of the spring-mass system.

Type:

(float)