Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/MeshBufferSet.h |
| Include | #include "MuR/MeshBufferSet.h" |
Syntax
struct FMeshBufferChannel
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | ComponentCount | Number of components of the type in Format for every value in the channel | |
| EMeshBufferFormat | Format | ||
| uint16 | Offset | Offset in bytes from the begining of a buffer element | |
| EMeshBufferSemantic | Semantic | ||
| int32 | 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 FMeshBufferChannel& Other |