DrawWireBox

Draws a wireframe box.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Source

/Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp

Syntax

void DrawWireBox
(
    class FPrimitiveDrawInterface * PDI,
    const FBox & Box,
    const FLinearColor & Color,
    uint8 DepthPriority,
    float Thickness,
    float DepthBias,
    bool bScreenSpace
)

Remarks

Draws a wireframe box.

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss