unreal.RigVMFunction_MathRBFInterpolateVectorBase

class unreal.RigVMFunction_MathRBFInterpolateVectorBase(input: Vector = Ellipsis, distance_function: RBFVectorDistanceType = Ellipsis, smoothing_function: RBFKernelType = Ellipsis, smoothing_radius: float = 0.0, normalize_output: bool = False)

Bases: RigVMFunction_MathRBFInterpolateBase

Rig VMFunction Math RBFInterpolate Vector Base

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]

  • smoothing_function (RBFKernelType): [Read-Only]

  • smoothing_radius (float): [Read-Only]

property distance_function: RBFVectorDistanceType

[Read-Only]

Type:

(RBFVectorDistanceType)

property input: Vector

[Read-Write]

Type:

(Vector)

property normalize_output: bool

[Read-Only]

Type:

(bool)

property smoothing_function: RBFKernelType

[Read-Only]

Type:

(RBFKernelType)

property smoothing_radius: float

[Read-Only]

Type:

(float)