Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeScalar
- NodeScalarCurve
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeScalarCurve.h |
| Include | #include "MuT/NodeScalarCurve.h" |
Syntax
class NodeScalarCurve : public mu::NodeScalar
Remarks
This node makes a new scalar value transforming another scalar value with a curve.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | Get the number of key frames in the Curve. | ||
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| NodeScalarPtr | GetT () |
Get the curve time parameter. | |
| void | Serialise
(
const NodeScalarCurve* pNode, |
||
| void | SetDefaultValue
(
float |
Set the default value of the curve. | |
| void | SetKeyFrame
(
int index, |
||
| void | SetKeyFrameCount
(
int |
Set the number of key frames in the Curve. | |
| void | SetT
(
NodeScalarPtr |
||
| NodeScalarCurvePtr | 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 |