unreal.MathRBFInterpolateQuatColor_Target

class unreal.MathRBFInterpolateQuatColor_Target(target: Quat = Ellipsis, value: LinearColor = Ellipsis)

Bases: StructBase

Math RBFInterpolate Quat Color Target

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathRBFInterpolate.h

Editor Properties: (see get_editor_property/set_editor_property)

  • target (Quat): [Read-Write] Target

  • value (LinearColor): [Read-Write] Value

property target: Quat

[Read-Write] Target

Type:

(Quat)

property value: LinearColor

[Read-Write] Value

Type:

(LinearColor)