FSlateBatchData::FillVertexAndIndexBuffer

Fills batch data into the actual vertex and index buffer

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/ElementBatcher.h

Include

#include "Rendering/ElementBatcher.h"

Syntax

void FillVertexAndIndexBuffer
(
    uint8 * VertexBuffer,
    uint8 * IndexBuffer,
    bool bAbsoluteIndices
)

Remarks

Fills batch data into the actual vertex and index buffer

Parameters

Parameter

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss