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 |
void FindChannel
&40;
MESH_BUFFER_SEMANTIC semantic,
int semanticIndex,
int &42; pBuffer,
int &42; pChannel
&41; const
Remarks
Find the index of a buffer channel by semantic and relative index inside the semantic.
Parameters
| Name | Description |
|---|---|
| semantic | Semantic of the channel we are searching. |
| semanticIndex | Index of the semantic of the channel we are searching. e.g. if we want the second set of texture coordinates, it should be 1. |
| pBuffer | 1 if the channel is not found, otherwise it will contain the index of the buffer where the channel was found. |
| pChannel | 1 if the channel is not found, otherwise it will contain the channel index of the channel inside the buffer returned at [buffer] |