Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Settings for debug drawing backpacks
| Name | FDrawDebugBackpackSettings |
| 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 FDrawDebugBackpackSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Depth | float | Depth of the backpack | DrawDebugLibrary.h |
|
| Height | float | Height of the backpack | DrawDebugLibrary.h |
|
| StrapContactHeight | float | The height at which the straps are in contact | DrawDebugLibrary.h |
|
| StrapDistance | float | Distance the straps extend outward | DrawDebugLibrary.h |
|
| StrapHorizontalInset | float | Inset of the straps horizontally | DrawDebugLibrary.h |
|
| StrapVerticalInset | float | Inset of the straps vertically | DrawDebugLibrary.h |
|
| StrapWidth | float | Width of the straps | DrawDebugLibrary.h |
|
| Width | float | Width of the backpack | DrawDebugLibrary.h |
|