Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h |
| Include | #include "Components/LineBatchComponent.h" |
Syntax
USTRUCT ()
struct FBatchedLine
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BatchID | ||
| FLinearColor | Color | ||
| uint8 | DepthPriority | ||
| FVector | End | ||
| float | RemainingLifeTime | ||
| FVector | Start | ||
| float | Thickness |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBatchedLine () |
|||
FBatchedLine
(
const FVector& InStart, |