Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Settings for debug drawing briefcases
| Name | FDrawDebugBriefcaseSettings |
| 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 FDrawDebugBriefcaseSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HalfExtents | FVector | Half-extents of the briefcase | DrawDebugLibrary.h |
|
| HandleHeight | float | The height of the handle above the briefcase | DrawDebugLibrary.h |
|
| HandleLength | float | Length of the handle | DrawDebugLibrary.h |
|
| HandleWidth | float | Width of the handle | DrawDebugLibrary.h |
|