unreal.RigVMFunction_MathRayGetAt¶
- class unreal.RigVMFunction_MathRayGetAt(ray: Ray = Ellipsis, ratio: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathRayBaseReturns the position on a ray
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathRay.h
Editor Properties: (see get_editor_property/set_editor_property)
ratio(float): [Read-Write] The ratio to query the ray atray(Ray): [Read-Write] The ray to queryresult(Vector): [Read-Write] The resulting position on the ray