Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Enum for different line types
| Name | EDrawDebugLineType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/DrawDebugLibrary.h |
| Include Path | #include "DrawDebugLibrary.h" |
Syntax
enum EDrawDebugLineType
{
Solid,
Dashed,
Dotted,
}
Values
| Name | Remarks |
|---|---|
| Solid | Normal solid line |
| Dashed | Line made up of multiple dashes |
| Dotted | Line drawn using points |