Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include | #include "MuR/Mesh.h" |
Syntax
struct MESH_SURFACE
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BoneMapCount | ||
| uint32 | BoneMapIndex | ||
| int32 | m_firstIndex | ||
| int32 | m_firstVertex | ||
| uint32 | m_id | ||
| int32 | m_indexCount | ||
| int32 | m_vertexCount |
Constructors
| Type | Name | Description | |
|---|---|---|---|
MESH_SURFACE () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const MESH_SURFACE& o |