unreal.RigUnit_DrawDebugOrientedArrow

class unreal.RigUnit_DrawDebugOrientedArrow(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, length: float = 0.0, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, settings: DrawDebugArrowSettings = Ellipsis)

Bases: RigUnit_DrawDebugLibraryBase

Debug Draw an arrow with an orientation

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

  • length (float): [Read-Write] Length of the arrow

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

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

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

  • settings (DrawDebugArrowSettings): [Read-Write] Arrow Settings

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 length: float

[Read-Write] Length of the arrow

Type:

(float)

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 settings: DrawDebugArrowSettings

[Read-Write] Arrow Settings

Type:

(DrawDebugArrowSettings)