unreal.DrawDebugLineType

class unreal.DrawDebugLineType

Bases: EnumBase

Enum for different line types

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: DrawDebugLibrary.h

DASHED: DrawDebugLineType = Ellipsis

Line made up of multiple dashes

Type:

1

DOTTED: DrawDebugLineType = Ellipsis

Line drawn using points

Type:

2

SOLID: DrawDebugLineType = Ellipsis

Normal solid line

Type:

0