Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMeshBufferSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 * GetBufferData
(
int32 Buffer |
Get a pointer to the object-owned data of a buffer. | MuR/MeshBufferSet.h | |
const uint8 * GetBufferData
(
int32 Buffer |
MuR/MeshBufferSet.h |
GetBufferData(int32)
Description
Get a pointer to the object-owned data of a buffer. Channel data is interleaved for every element and packed in the order it was set without any padding.
| Name | GetBufferData |
| 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 |
uint8 * GetBufferData
(
int32 Buffer
)
Parameters
| Name | Remarks |
|---|---|
| buffer | index of the buffer from 0 to GetBufferCount()-1 |
GetBufferData(int32)
| Name | GetBufferData |
| 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 |
const uint8 * GetBufferData
(
int32 Buffer
) const