Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawStaticIndexBuffer
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include | #include "RawIndexBuffer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp |
void InsertIndices
&40;
const uint32 At,
const uint32 &42; IndicesToAppend,
const uint32 NumIndicesToAppend
&41;
Remarks
Insert indices at the given position in the buffer
Parameters
| Name | Description |
|---|---|
| At | Index to insert at |
| IndicesToAppend | Pointer to the array of indices to insert |
| NumIndicesToAppend | How many indices are in the IndicesToAppend array |