Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMeshBufferSet
Description
Remove the buffer at the specified position. This "invalidates" any buffer index that was referencing buffers after the removed one.
| Name | RemoveBuffer |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/MeshBufferSet.h |
| Include Path | #include "MuR/MeshBufferSet.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/MeshBufferSet.cpp |
void RemoveBuffer
(
int32 BufferIndex
)