unreal.RigVMFunction_FrameAttributeInertializationMatchingDistance

class unreal.RigVMFunction_FrameAttributeInertializationMatchingDistance(location_attribute: AnimDatabaseFrameAttribute = [], velocity_attribute: AnimDatabaseFrameAttribute = [], location: Vector = Ellipsis, velocity: Vector = Ellipsis, blend_time: float = 0.0, location_scale: float = 0.0, velocity_scale: float = 0.0, location_weight: float = 0.0, velocity_weight: float = 0.0, result: AnimDatabaseFrameAttribute = [])

Bases: RigVMFunction_AnimDatabaseBase

Computes a Frame Attribute representing Inertialization Matching Distance

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: RigUnit_AnimDatabase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend_time (float): [Read-Write] Inertialization Blend Time

  • location (Vector): [Read-Write] Input Location

  • location_attribute (AnimDatabaseFrameAttribute): [Read-Write] Location Attribute

  • location_scale (float): [Read-Write] Location scales

  • location_weight (float): [Read-Write] Location weight

  • result (AnimDatabaseFrameAttribute): [Read-Write] Resulting Distance Attribute

  • velocity (Vector): [Read-Write] Input Velocity

  • velocity_attribute (AnimDatabaseFrameAttribute): [Read-Write] Velocity Attribute

  • velocity_scale (float): [Read-Write] Velocity scales

  • velocity_weight (float): [Read-Write] Velocity weight

property blend_time: float

[Read-Write] Inertialization Blend Time

Type:

(float)

property location: Vector

[Read-Write] Input Location

Type:

(Vector)

property location_attribute: AnimDatabaseFrameAttribute

[Read-Write] Location Attribute

Type:

(AnimDatabaseFrameAttribute)

property location_scale: float

[Read-Write] Location scales

Type:

(float)

property location_weight: float

[Read-Write] Location weight

Type:

(float)

property result: AnimDatabaseFrameAttribute

[Read-Only] Resulting Distance Attribute

Type:

(AnimDatabaseFrameAttribute)

property velocity: Vector

[Read-Write] Input Velocity

Type:

(Vector)

property velocity_attribute: AnimDatabaseFrameAttribute

[Read-Write] Velocity Attribute

Type:

(AnimDatabaseFrameAttribute)

property velocity_scale: float

[Read-Write] Velocity scales

Type:

(float)

property velocity_weight: float

[Read-Write] Velocity weight

Type:

(float)