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
struct FBatchedMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BatchID | ||
| FColor | Color | ||
| uint8 | DepthPriority | ||
| TArray< int32 > | MeshIndices | ||
| TArray< FVector > | MeshVerts | ||
| float | RemainingLifeTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBatchedMesh () |
|||
| MeshVerts - linear array of world space vertex positions MeshIndices - array of indices into MeshVerts. |