DrawOrientedWireBox

Draws an oriented 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 DrawOrientedWireBox
(
    class FPrimitiveDrawInterface * PDI,
    const FVector & Base,
    const FVector & X,
    const FVector & Y,
    const FVector & Z,
    FVector Extent,
    const FLinearColor & Color,
    uint8 DepthPriority,
    float Thickness,
    float DepthBias,
    bool bScreenSpace
)

Remarks

Draws an oriented box.

Parameters

Parameter

Description

PDI

Draw interface.

Base

Center point of the box.

X

X alignment axis to draw along.

Y

Y alignment axis to draw along.

Z

Z alignment axis to draw along.

Color

Color of the box.

Extent

Vector with the half-sizes of the box.

DepthPriority

Depth priority for the cone.

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