unreal.RigVMFunction_MathVectorMakeAbsolute

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

Bases: RigVMFunction_MathVectorBase

Returns the absolute global 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-Only]

Type:

(Vector)

property local: Vector

[Read-Write]

Type:

(Vector)

property parent: Vector

[Read-Write]

Type:

(Vector)