unreal.RigVMFunction_MathTransformMakeRelative

class unreal.RigVMFunction_MathTransformMakeRelative(global_: Transform = Ellipsis, parent: Transform = Ellipsis, local: Transform = Ellipsis)

Bases: RigVMFunction_MathTransformBase

Returns the relative local transform within a parent’s transform

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • global_ (Transform): [Read-Write]

  • local (Transform): [Read-Write]

  • parent (Transform): [Read-Write]

property global_: Transform

[Read-Write]

Type:

(Transform)

property local: Transform

[Read-Only]

Type:

(Transform)

property parent: Transform

[Read-Write]

Type:

(Transform)