Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshMorph
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshMorph.h |
| Include | #include "MuT/NodeMeshMorph.h" |
Syntax
class NodeMeshMorph : public mu::NodeMesh
Remarks
Node that morphs a base mesh with one weighted target.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBoneToDeform
(
const uint16 BoneName |
Sets the number of bones that will be deform | |
| void | AddPhysicsBodyToDeform
(
const uint16 BoneName |
Add a Physics Body to deform | |
| Ptr< NodeMesh > | GetBase () |
Get the nodes generating the base mesh to be morphed. | |
| Ptr< NodeScalar > | GetFactor () |
Get the node generating the weight used to select(and combine) the morphs to apply. | |
| Ptr< NodeMesh > | GetMorph () |
Get the nodes generating the several morph targets. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeMeshMorph* pNode, |
||
| void | |||
| void | SetFactor
(
Ptr< NodeScalar > |
||
| void | SetInputNode
(
int i, |
||
| void | |||
| void | SetReshapePhysicsVolumes
(
bool |
Deform Mesh Physics Volumes | |
| void | SetReshapeSkeleton
(
bool |
Also deform the mesh skeleton. Disabled by default. | |
| Ptr< NodeMeshMorph > | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |