Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/MeshBufferSet.h |
| Include | #include "MuR/MeshBufferSet.h" |
Syntax
struct MESH_BUFFER_CHANNEL
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | m_componentCount | Number of components of the type in m_format for every value in the channel. | |
| MESH_BUFFER_FORMAT | m_format | ||
| uint8 | m_offset | Offset in bytes from the begining of a buffer element. | |
| MESH_BUFFER_SEMANTIC | m_semantic | ||
| uint8 | m_semanticIndex | Index of the semantic, in case there are more than one of this type. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const MESH_BUFFER_CHANNEL& o |