DrawCylinder

Draws a cylinder along the axis from Start to End.

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 DrawCylinder
(
    class FPrimitiveDrawInterface * PDI,
    const FVector & Start,
    const FVector & End,
    float Radius,
    int32 Sides,
    const FMaterialRenderProxy * MaterialInstance,
    uint8 DepthPriority
)

Remarks

Draws a cylinder along the axis from Start to End.

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