FArrowLine

Struct to hold info about arrowed lines to render.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "DebugRenderSceneProxy.h"

Syntax

struct FArrowLine

Remarks

Struct to hold info about arrowed lines to render.

Variables

Name Description

Public variable

FColor

 

Color

Public variable

FVector

 

End

Public variable

FVector

 

Start

Constructors

Name Description

Public function

FArrowLine

(
    const FVector& InStart,
    const FVector& InEnd,
    const FColor& InColor
)

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