FBatchedLine

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h

Include

#include "Components/LineBatchComponent.h"

Syntax

struct FBatchedLine

Variables

Name Description

Public variable

FLinearColor

 

Color

Public variable

uint8

 

DepthPriority

Public variable

FVector

 

End

Public variable

float

 

RemainingLifeTime

Public variable

FVector

 

Start

Public variable

float

 

Thickness

Constructors

Name Description

Public function

FBatchedLine()

Public function

FBatchedLine

(
    const FVector& InStart,
    const FVector& InEnd,
    const FLinearColor& InColor,
    float InLifeTime,
    float InThickness,
    uint8 InDepthPriority
)

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