Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshApplyPose
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshApplyPose.h |
| Include | #include "MuT/NodeMeshApplyPose.h" |
Syntax
class NodeMeshApplyPose : public mu::NodeMesh
Remarks
Node that applies a pose to a mesh, baking it into the vertex data
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeMeshPtr | GetBase () |
Get the nodes generating the base mesh to be morphed. | |
| NodeMeshPtr | GetPose () |
Get the nodes generating the pose to apply. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeMeshApplyPose* pNode, |
||
| void | SetBase
(
NodeMeshPtr |
||
| void | SetPose
(
NodeMeshPtr |
||
| NodeMeshApplyPosePtr | 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 |