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 AppendIndices
&40;
const uint32 &42; IndicesToAppend,
const uint32 NumIndicesToAppend
&41;
Remarks
Append indices to the end of the buffer
Parameters
Name | Description |
---|---|
IndicesToAppend | Pointer to the array of indices to add to the end |
NumIndicesToAppend | How many indices are in the IndicesToAppend array |