Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBatchedLine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBatchedLine () |
Components/LineBatchComponent.h | ||
FBatchedLine
(
const FVector& InStart, |
Components/LineBatchComponent.h |
FBatchedLine()
| Name | FBatchedLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h |
| Include Path | #include "Components/LineBatchComponent.h" |
FBatchedLine()
FBatchedLine(const FVector &, const FVector &, const FLinearColor &, float, float, uint8, uint32)
| Name | FBatchedLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h |
| Include Path | #include "Components/LineBatchComponent.h" |
FBatchedLine
(
const FVector & InStart,
const FVector & InEnd,
const FLinearColor & InColor,
float InLifeTime,
float InThickness,
uint8 InDepthPriority,
uint32 InBatchID
)