Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Settings for debug drawing strings
| Name | FDrawDebugStringSettings |
| 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 FDrawDebugStringSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMonospaced | bool | If to draw using a monospaced font | DrawDebugLibrary.h |
|
| CharacterSpacing | float | Gaps between characters in cm | DrawDebugLibrary.h |
|
| Height | float | Height of the text | DrawDebugLibrary.h |
|
| HeightScale | float | Scaling factor for the height of the characters | DrawDebugLibrary.h |
|
| LineSpacing | float | Scaling factor for the spacing between lines | DrawDebugLibrary.h |
|
| WidthScale | float | Scaling factor for the width of the characters | DrawDebugLibrary.h |
|