unreal.RigVMFunction_AccumulateTransformLerp¶
- class unreal.RigVMFunction_AccumulateTransformLerp(target_value: Transform = Ellipsis, initial_value: Transform = Ellipsis, blend: float = 0.0, integrate_delta_time: bool = False, result: Transform = Ellipsis)¶
Bases:
RigVMFunction_AccumulateBaseInterpolates two transforms 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(Transform): [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(Transform): [Read-Write] The resulting accumulated valuetarget_value(Transform): [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)