unreal.RigVMFunction_MathRBFInterpolateVectorXform

class unreal.RigVMFunction_MathRBFInterpolateVectorXform(input: Vector = Ellipsis, distance_function: RBFVectorDistanceType = Ellipsis, smoothing_function: RBFKernelType = Ellipsis, smoothing_radius: float = 0.0, normalize_output: bool = False, targets: None = [], output: Transform = Ellipsis)

Bases: RigVMFunction_MathRBFInterpolateVectorBase

Rig VMFunction Math RBFInterpolate Vector Xform

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathRBFInterpolate.h

Editor Properties: (see get_editor_property/set_editor_property)

  • distance_function (RBFVectorDistanceType): [Read-Only]

  • input (Vector): [Read-Write]

  • normalize_output (bool): [Read-Only]

  • output (Transform): [Read-Write]

  • smoothing_function (RBFKernelType): [Read-Only]

  • smoothing_radius (float): [Read-Only]

  • targets (Array[MathRBFInterpolateVectorXform_Target]): [Read-Write]

property output: Transform

[Read-Only]

Type:

(Transform)

property targets: None

[Read-Write]

Type:

(Array[MathRBFInterpolateVectorXform_Target])