Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMeshBufferSet
Description
Add a new buffer by cloning a buffer from another set. The buffers must have the same number of elements.
| Name | AddBuffer |
| 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 AddBuffer
(
const FMeshBufferSet & Other,
int32 BufferIndex
)