Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawDebugCanvasWireBox
(
UCanvas * Canvas,
const FMatrix & Transform,
const FBox & Box,
FColor Color
)
Remarks
Draws a box using lines.
Parameters
| Name | Description |
|---|---|
| Canvas | The Canvas to draw on. |
| Transform | Transform to apply to the capsule. |
| Box | The box to be drawn. |
| Color | Color of the capsule. |