unreal.DrawDebugDoorSettings

class unreal.DrawDebugDoorSettings(width: float = 0.0, height: float = 0.0, inset: float = 0.0, handle_height: float = 0.0, handle_offset: float = 0.0, handle_radius: float = 0.0, handle_extension: float = 0.0, outer_handle: bool = False, inner_handle: bool = False, handle_on_left: bool = False, draw_entry_arrow: bool = False, open_angle: float = 0.0)

Bases: StructBase

Settings for debug drawing doors

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • draw_entry_arrow (bool): [Read-Write] If to draw an arrow on the floor showing the natural door entry direction

  • handle_extension (float): [Read-Write] How far the handle extends outward from the door

  • handle_height (float): [Read-Write] The height of the handle off the ground

  • handle_offset (float): [Read-Write] The offset of the handle into the door

  • handle_on_left (bool): [Read-Write] If to place the handle on the left-hand-side or the right-hand-side of the door from the perspective of entering

  • handle_radius (float): [Read-Write] The radius of the handle

  • height (float): [Read-Write] Height of the door

  • inner_handle (bool): [Read-Write] If to place a handle on the inside entrance of the door

  • inset (float): [Read-Write] How much the door is inset from the frame

  • open_angle (float): [Read-Write] How open the door is in degrees

  • outer_handle (bool): [Read-Write] If to place a handle on the outside entrance of the door

  • width (float): [Read-Write] Width of the door

property draw_entry_arrow: bool

[Read-Write] If to draw an arrow on the floor showing the natural door entry direction

Type:

(bool)

property handle_extension: float

[Read-Write] How far the handle extends outward from the door

Type:

(float)

property handle_height: float

[Read-Write] The height of the handle off the ground

Type:

(float)

property handle_offset: float

[Read-Write] The offset of the handle into the door

Type:

(float)

property handle_on_left: bool

[Read-Write] If to place the handle on the left-hand-side or the right-hand-side of the door from the perspective of entering

Type:

(bool)

property handle_radius: float

[Read-Write] The radius of the handle

Type:

(float)

property height: float

[Read-Write] Height of the door

Type:

(float)

property inner_handle: bool

[Read-Write] If to place a handle on the inside entrance of the door

Type:

(bool)

property inset: float

[Read-Write] How much the door is inset from the frame

Type:

(float)

property open_angle: float

[Read-Write] How open the door is in degrees

Type:

(float)

property outer_handle: bool

[Read-Write] If to place a handle on the outside entrance of the door

Type:

(bool)

property width: float

[Read-Write] Width of the door

Type:

(float)