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 RemoveIndicesAt
(
const uint32 At,
const uint32 NumIndicesToRemove
)
Remarks
Removes indices from the buffer
Parameters
Name | Description |
---|---|
At | The index of the first index to remove |
NumIndicesToRemove | How many indices to remove |