unreal.RigUnit_DrawDebugMoverOrientation

class unreal.RigUnit_DrawDebugMoverOrientation(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, forward_vector: Vector = Ellipsis, scale: float = 0.0)

Bases: RigUnit_DrawDebugLibraryBase

Draws a flat 2d motif representing mover position and rotation

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: RigUnit_DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • depth_test (bool): [Read-Write] If to use depth testing while drawing

  • drawer (DebugDrawer): [Read-Write] Debug Drawer

  • execute_context (RigVMExecuteContext): [Read-Write] The execution result

  • forward_vector (Vector): [Read-Write] Forward Direction Vector Location

  • line_style (DrawDebugLineStyle): [Read-Write] Line Style

  • location (Vector): [Read-Write] Draw Location

  • rotation (Rotator): [Read-Write] Draw Rotation

  • scale (float): [Read-Write] Motif Scale

property depth_test: bool

[Read-Write] If to use depth testing while drawing

Type:

(bool)

property drawer: DebugDrawer

[Read-Write] Debug Drawer

Type:

(DebugDrawer)

property forward_vector: Vector

[Read-Write] Forward Direction Vector Location

Type:

(Vector)

property line_style: DrawDebugLineStyle

[Read-Write] Line Style

Type:

(DrawDebugLineStyle)

property location: Vector

[Read-Write] Draw Location

Type:

(Vector)

property rotation: Rotator

[Read-Write] Draw Rotation

Type:

(Rotator)

property scale: float

[Read-Write] Motif Scale

Type:

(float)