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] The global transform to make relative

  • local (Transform): [Read-Write] The resulting relative transform

  • parent (Transform): [Read-Write] The parent global transform to make the input relative to

property global_: Transform

[Read-Write] The global transform to make relative

Type:

(Transform)

property local: Transform

[Read-Only] The resulting relative transform

Type:

(Transform)

property parent: Transform

[Read-Write] The parent global transform to make the input relative to

Type:

(Transform)