FDashedLine

Struct to gold info about dashed lines to render.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "DebugRenderSceneProxy.h"

Syntax

struct FDashedLine

Remarks

Struct to gold info about dashed lines to render.

Variables

Name Description

Public variable

FColor

 

Color

Public variable

float

 

DashSize

Public variable

FVector

 

End

Public variable

FVector

 

Start

Constructors

Name Description

Public function

FDashedLine

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

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