Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageInterpolate
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageInterpolate.h |
| Include | #include "MuT/NodeImageInterpolate.h" |
Syntax
class NodeImageInterpolate : public mu::NodeImage
Remarks
Node that interpolates linearly between several images based on a weight. The different input images are uniformly distributed in the 0 to 1 range:
- if two images are set, the first one is 0.0 and the second one is 1.0
- if three images 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 * | |||
| NodeImagePtr | GetTarget
(
int t |
Get the node generating the t-th target image of the interpolation. | |
| int | |||
| void | Serialise
(
const NodeImageInterpolate* pNode, |
||
| void | |||
| void | SetTarget
(
int t, |
||
| void | SetTargetCount
(
int |
Set the number of target images. | |
| NodeImageInterpolatePtr | 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 |