unreal.RigVMFunction_MathTransformTransformVector¶
- class unreal.RigVMFunction_MathTransformTransformVector(transform: Transform = Ellipsis, location: Vector = Ellipsis, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathTransformBaseMultiplies a given vector (location) by the transform
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathTransform.h
Editor Properties: (see get_editor_property/set_editor_property)
location(Vector): [Read-Write]result(Vector): [Read-Write]transform(Transform): [Read-Write]