UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBatchedLine Struct Reference

#include <LineBatchComponent.h>

Public Member Functions

 FBatchedLine ()
 
 FBatchedLine (const FVector &InStart, const FVector &InEnd, const FLinearColor &InColor, float InLifeTime, float InThickness, uint8 InDepthPriority, uint32 InBatchID=0)
 

Public Attributes

FVector Start
 
FVector End
 
FLinearColor Color
 
float Thickness
 
float RemainingLifeTime
 
uint8 DepthPriority
 
uint32 BatchID
 

Constructor & Destructor Documentation

◆ FBatchedLine() [1/2]

FBatchedLine::FBatchedLine ( )
inline

◆ FBatchedLine() [2/2]

FBatchedLine::FBatchedLine ( const FVector InStart,
const FVector InEnd,
const FLinearColor InColor,
float  InLifeTime,
float  InThickness,
uint8  InDepthPriority,
uint32  InBatchID = 0 
)
inline

Member Data Documentation

◆ BatchID

uint32 FBatchedLine::BatchID

◆ Color

FLinearColor FBatchedLine::Color

◆ DepthPriority

uint8 FBatchedLine::DepthPriority

◆ End

FVector FBatchedLine::End

◆ RemainingLifeTime

float FBatchedLine::RemainingLifeTime

◆ Start

FVector FBatchedLine::Start

◆ Thickness

float FBatchedLine::Thickness

The documentation for this struct was generated from the following file: