Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshGeometryOperation
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshGeometryOperation.h |
| Include | #include "MuT/NodeMeshGeometryOperation.h" |
Syntax
class NodeMeshGeometryOperation : 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 | |
|---|---|---|---|
| const NodeMeshPtr & | GetMeshA () |
||
| const NodeMeshPtr & | GetMeshB () |
||
| Private * | GetPrivate () |
||
| const NodeScalarPtr & | GetScalarA () |
||
| const NodeScalarPtr & | GetScalarB () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeMeshGeometryOperation* pNode, |
||
| void | SetMeshA
(
const NodeMeshPtr& |
||
| void | SetMeshB
(
const NodeMeshPtr& |
||
| void | SetScalarA
(
const NodeScalarPtr& |
||
| void | SetScalarB
(
const NodeScalarPtr& |
||
| NodeMeshGeometryOperationPtr | 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 |