unreal.RigVMFunction_DrawDebugOrientUprightToFloor¶
- class unreal.RigVMFunction_DrawDebugOrientUprightToFloor(draw_world_location: Vector = Ellipsis, draw_upright_offset: Vector = Ellipsis, location: Vector = Ellipsis, rotation: Rotator = Ellipsis)¶
Bases:
RigVMFunction_DrawDebugLibraryBaseReturns a new location and rotation after applying a local offset to the input draw location and rotation
C++ Source:
Plugin: DrawDebugLibrary
Module: DrawDebugLibrary
File: RigUnit_DrawDebugLibrary.h
Editor Properties: (see get_editor_property/set_editor_property)
draw_upright_offset(Vector): [Read-Write] Draw offset in local spacedraw_world_location(Vector): [Read-Write] Draw locationlocation(Vector): [Read-Write] Output Locationrotation(Rotator): [Read-Write] Output Rotation