Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawWireBox
(
FPrimitiveDrawInterface* PDI, |
Draws a wireframe box. | PrimitiveDrawingUtils.h | |
void DrawWireBox
(
FPrimitiveDrawInterface* PDI, |
PrimitiveDrawingUtils.h |
DrawWireBox(class FPrimitiveDrawInterface *, const FBox &, const FLinearColor &, uint8, float, float, bool)
Description
Draws a wireframe box.
| Name | DrawWireBox |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PrimitiveDrawingUtils.h |
| Include Path | #include "PrimitiveDrawingUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void DrawWireBox
(
class FPrimitiveDrawInterface * PDI,
const FBox & Box,
const FLinearColor & Color,
uint8 DepthPriority,
float Thickness,
float DepthBias,
bool bScreenSpace
)
Parameters
| Name | Remarks |
|---|---|
| PDI | Draw interface. |
| Box | The FBox to use for drawing. |
| Color | Color of the box. |
| DepthPriority | Depth priority for the circle. |
| Thickness | Thickness of the lines comprising the box |
DrawWireBox(class FPrimitiveDrawInterface *, const FMatrix &, const FBox &, const FLinearColor &, uint8, float, float, bool)
| Name | DrawWireBox |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PrimitiveDrawingUtils.h |
| Include Path | #include "PrimitiveDrawingUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp |
void DrawWireBox
(
class FPrimitiveDrawInterface * PDI,
const FMatrix & Matrix,
const FBox & Box,
const FLinearColor & Color,
uint8 DepthPriority,
float Thickness,
float DepthBias,
bool bScreenSpace
)