unreal.RigVMFunction_DeltaFromPreviousQuat
¶
- class unreal.RigVMFunction_DeltaFromPreviousQuat(value: Quat = Ellipsis, delta: Quat = Ellipsis, previous_value: Quat = Ellipsis)¶
Bases:
RigVMFunction_SimBase
Computes the difference from the previous value going through the node
C++ Source:
Module: RigVM
File: RigVMFunction_DeltaFromPrevious.h
Editor Properties: (see get_editor_property/set_editor_property)
delta
(Quat): [Read-Write]previous_value
(Quat): [Read-Write]value
(Quat): [Read-Write]