unreal.RigVMFunction_MathVectorMakeRelative

class unreal.RigVMFunction_MathVectorMakeRelative(global_: Vector = Ellipsis, parent: Vector = Ellipsis, local: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

Returns the relative local vector within a parent’s vector

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • global_ (Vector): [Read-Write]

  • local (Vector): [Read-Write]

  • parent (Vector): [Read-Write]

property global_: Vector

[Read-Write]

Type:

(Vector)

property local: Vector

[Read-Only]

Type:

(Vector)

property parent: Vector

[Read-Write]

Type:

(Vector)