Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Style for debug drawing points
| Name | FDrawDebugPointStyle |
| 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 FDrawDebugPointStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | Color of the point. Alpha controls the opacity. | DrawDebugLibrary.h |
|
| Thickness | float | Thickness of the point. Set to 0.0 for pixel-sized points. | DrawDebugLibrary.h |
|