DrawDebugAltCone

Used by gameplay when defining a cone by a vertical and horizontal dot products.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h

Include

#include "DrawDebugHelpers.h"

Source

/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp

Syntax

void DrawDebugAltCone
(
    const UWorld * InWorld,
    FVector const & Origin,
    FRotator const & Rotation,
    float Length,
    float AngleWidth,
    float AngleHeight,
    FColor const & DrawColor,
    bool bPersistentLines,
    float LifeTime,
    uint8 DepthPriority,
    float Thickness
)

Remarks

Used by gameplay when defining a cone by a vertical and horizontal dot products.

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