FDebugRenderSceneProxy::DrawLineArrow

Draws a line with an arrow at the end.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h

Include

#include "DebugRenderSceneProxy.h"

Source

/Engine/Source/Runtime/Engine/Private/DebugRenderSceneProxy.cpp

Syntax

void DrawLineArrow
(
    FPrimitiveDrawInterface * PDI,
    const FVector & Start,
    const FVector & End,
    const FColor & Color,
    float Mag
) const

Remarks

Draws a line with an arrow at the end.

Parameters

Parameter

Description

Start

Starting point of the line.

End

Ending point of the line.

Color

Color of the line.

Mag

Size of the arrow.

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