Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/FSlateBatchData
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/ElementBatcher.h |
| Include | #include "Rendering/ElementBatcher.h" |
void FillVertexAndIndexBuffer
&40;
uint8 &42; VertexBuffer,
uint8 &42; IndexBuffer,
bool bAbsoluteIndices
&41;
Remarks
Fills batch data into the actual vertex and index buffer
Parameters
| Name | Description |
|---|---|
| VertexBuffer | Pointer to the actual memory for the vertex buffer |
| IndexBuffer | Pointer to the actual memory for an index buffer |
| bAbsoluteIndices | Whether to write absolute indices (simplifies draw call setup on RHIs that do not support BaseVertex) |