DrawWireChoppedCone

Draws a wireframe chopped cone (cylinder with independent top and bottom radius).

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 DrawWireChoppedCone
(
    class FPrimitiveDrawInterface * PDI,
    const FVector & Base,
    const FVector & X,
    const FVector & Y,
    const FVector & Z,
    const FLinearColor & Color,
    float Radius,
    float TopRadius,
    float HalfHeight,
    int32 NumSides,
    uint8 DepthPriority
)

Remarks

Draws a wireframe chopped cone (cylinder with independent top and bottom radius).

Parameters

Parameter

Description

PDI

Draw interface.

Base

Center pointer of the base of the cone.

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 cone.

Radius

Radius of the cone at the bottom.

TopRadius

Radius of the cone at the top.

HalfHeight

Half of the height of the cone.

NumSides

Numbers of sides that the cone has.

DepthPriority

Depth priority for the cone.

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