Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshInterpolate
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshInterpolate.h |
| Include | #include "MuT/NodeMeshInterpolate.h" |
Syntax
class NodeMeshInterpolate : public mu::NodeMesh
Remarks
Node that morphs (interpolates linearly) between several meshes based on a weight. The different input images are uniformly distributed in the 0 to 1 range:
- if two meshes are set, the first one is 0.0 and the second one is 1.0
- if three meshes are set, the first one is 0.0 the second one is 0.5 and the third one 1.0 regardless of the input slots used: If B and C are set, but not A, B will be at weight 0 and C will be at weight 1
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeScalarPtr | GetFactor () |
Get the node generating the weight of the interpolation. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| NodeMeshPtr | GetTarget
(
int t |
Get the node generating the several mesh targets of the interpolation. | |
| int | |||
| void | Serialise
(
const NodeMeshInterpolate* pNode, |
||
| void | SetChannel
(
int index, |
Set a channel to interpolate from the mesh. | |
| void | SetChannelCount
(
int |
Set the number of channels of the mesh that will be interpolated. | |
| void | |||
| void | SetTarget
(
int t, |
||
| void | SetTargetCount
(
int |
Set the number of target meshes. | |
| NodeMeshInterpolatePtr | 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 |