Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Style for debug drawing lines
| Name | FDrawDebugLineStyle |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/DrawDebugLibrary.h |
| Include Path | #include "DrawDebugLibrary.h" |
Syntax
USTRUCT (BlueprintType , Category="Draw Debug Library")
struct FDrawDebugLineStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | Color of the line. Alpha controls the opacity. | DrawDebugLibrary.h |
|
| DashSpacing | float | Spacing of the dashes when using dashed style. | DrawDebugLibrary.h |
|
| DashWidth | float | Width of the dashes when using dashed style. | DrawDebugLibrary.h |
|
| DotSpacing | float | Spacing of the dots when using dotted style. | DrawDebugLibrary.h |
|
| LineType | EDrawDebugLineType | Line style to draw with | DrawDebugLibrary.h |
|
| Thickness | float | Thickness of the line. Set to 0.0 for pixel-sized lines. | DrawDebugLibrary.h |
|