Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Mesh
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include | #include "MuR/Mesh.h" |
Syntax
struct FBonePose
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | BoneId | Index of the bone in the CO BoneNames array. | |
| FTransform3f | BoneTransform | ||
| EBoneUsageFlags | BoneUsageFlags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FBonePose& Other |