Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Settings for debug drawing chairs
| Name | FDrawDebugChairSettings |
| 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 FDrawDebugChairSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackHeight | float | Height of the back of the chair off the seat | DrawDebugLibrary.h |
|
| BackTilt | float | Tilt of the chair backwards in cm | DrawDebugLibrary.h |
|
| SeatHeight | float | Height of the seat of the chair off the ground | DrawDebugLibrary.h |
|
| Width | float | Width of the chair | DrawDebugLibrary.h |
|