Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Settings for debug drawing doors
| Name | FDrawDebugDoorSettings |
| 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 FDrawDebugDoorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDrawEntryArrow | bool | If to draw an arrow on the floor showing the natural door entry direction | DrawDebugLibrary.h |
|
| bHandleOnLeft | bool | If to place the handle on the left-hand-side or the right-hand-side of the door from the perspective of entering | DrawDebugLibrary.h |
|
| bInnerHandle | bool | If to place a handle on the inside entrance of the door | DrawDebugLibrary.h |
|
| bOuterHandle | bool | If to place a handle on the outside entrance of the door | DrawDebugLibrary.h |
|
| HandleExtension | float | How far the handle extends outward from the door | DrawDebugLibrary.h |
|
| HandleHeight | float | The height of the handle off the ground | DrawDebugLibrary.h |
|
| HandleOffset | float | The offset of the handle into the door | DrawDebugLibrary.h |
|
| HandleRadius | float | The radius of the handle | DrawDebugLibrary.h |
|
| Height | float | Height of the door | DrawDebugLibrary.h |
|
| Inset | float | How much the door is inset from the frame | DrawDebugLibrary.h |
|
| OpenAngle | float | How open the door is in degrees | DrawDebugLibrary.h |
|
| Width | float | Width of the door | DrawDebugLibrary.h |
|