![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
|
inline |
|
inline |
| uint32 FBatchedLine::BatchID |
| FLinearColor FBatchedLine::Color |
| uint8 FBatchedLine::DepthPriority |
| FVector FBatchedLine::End |
| float FBatchedLine::RemainingLifeTime |
| FVector FBatchedLine::Start |
| float FBatchedLine::Thickness |