unreal.RigVMFunction_KalmanFloat

class unreal.RigVMFunction_KalmanFloat(value: float = 0.0, buffer_size: int = 0, result: float = 0.0)

Bases: RigVMFunction_SimBase

Averages a value over time. This uses a Kalman Filter internally.

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_Kalman.h

Editor Properties: (see get_editor_property/set_editor_property)

  • buffer_size (int32): [Read-Only]

  • result (float): [Read-Write]

  • value (float): [Read-Write]

property buffer_size: int

[Read-Only]

Type:

(int32)

property result: float

[Read-Only]

Type:

(float)

property value: float

[Read-Write]

Type:

(float)