Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Skeleton.h |
| Include | #include "MuR/Skeleton.h" |
Syntax
struct FBoneName
Remarks
Bone name identifier.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Id | Hash built from the bone name (FString) |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FBoneName& Other |