unreal.RigVMFunction_MathVectorMakeRelative¶
- class unreal.RigVMFunction_MathVectorMakeRelative(global_: Vector = Ellipsis, parent: Vector = Ellipsis, local: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseReturns 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] The global position to make relativelocal(Vector): [Read-Write] The resulting relative positionparent(Vector): [Read-Write] The parent global position to make the input relative to