Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/FMeshBufferSet
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/MeshBufferSet.h |
| Include | #include "MuR/MeshBufferSet.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/MeshBufferSet.cpp |
int32 GetChannelOffset
&40;
int32 buffer,
int32 channel
&41; const
Remarks
Get the offset in bytes of the data of this channel inside an element data.
Parameters
| Name | Description |
|---|---|
| buffer | index of the buffer from 0 to GetBufferCount()-1 |
| channel | index of the channel from 0 to GetBufferChannelCount( buffer )-1 |