DrawWireCone

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 DrawWireCone
(
    class FPrimitiveDrawInterface * PDI,
    TArray< FVector > & Verts,
    const FTransform & Transform,
    float ConeLength,
    float ConeAngle,
    int32 ConeSides,
    const FLinearColor & Color,
    uint8 DepthPriority,
    float Thickness,
    float DepthBias,
    bool bScreenSpace
)

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