unreal.RigVMFunction_AccumulateQuatLerp¶
- class unreal.RigVMFunction_AccumulateQuatLerp(target_value: Quat = Ellipsis, initial_value: Quat = Ellipsis, blend: float = 0.0, integrate_delta_time: bool = False, result: Quat = Ellipsis)¶
Bases:
RigVMFunction_AccumulateBaseInterpolates two quaternions over time over and over again
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_Accumulate.h
Editor Properties: (see get_editor_property/set_editor_property)
blend(float): [Read-Write] The blend to use for the interpolation. This value may be scaled down based on the Integrate Delta Time settinginitial_value(Quat): [Read-Write] The initial value to start atintegrate_delta_time(bool): [Read-Write] If True the integration will be relying on the delta time to create more deterministic results with varying framerates.result(Quat): [Read-Write] The resulting accumulated valuetarget_value(Quat): [Read-Write] The target value to interpolate towards
- property blend: float¶
[Read-Write] The blend to use for the interpolation. This value may be scaled down based on the Integrate Delta Time setting
- Type:
(float)