Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshReshape
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshReshape.h |
| Include | #include "MuT/NodeMeshReshape.h" |
Syntax
class NodeMeshReshape : public mu::NodeMesh
Remarks
Node that morphs a base mesh with one or two weighted targets from a sequence.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBoneToDeform
(
const uint16 BoneId |
Sets the number of bones that will be deform | |
| void | AddPhysicsBodyToDeform
(
const uint16 BoneId |
Add a Physics Body to deform | |
| const NodeMeshPtr & | GetBaseMesh () |
||
| const NodeMeshPtr & | GetBaseShape () |
||
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| const NodeMeshPtr & | |||
| void | Serialise
(
const NodeMeshReshape* pNode, |
||
| void | SetBaseMesh
(
const NodeMeshPtr& |
||
| void | SetBaseShape
(
const NodeMeshPtr& |
||
| void | Set vertex color channel usages for Reshape operations. | ||
| void | SetReshapePhysicsVolumes
(
bool |
Deform Mesh Physics Volumes | |
| void | SetReshapeSkeleton
(
bool |
Also deform the mesh skeleton. Disabled by default. | |
| void | SetReshapeVertices
(
bool |
||
| void | SetTargetShape
(
const NodeMeshPtr& |
||
| Ptr< NodeMeshReshape > | 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 |
||
| void | SetInputNode
(
int i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |