Navigation
API > API/Plugins > API/Plugins/MutableTools
This node makes a new scalar value transforming another scalar value with a curve.
| Name | NodeScalarCurve |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeScalarCurve.h |
| Include Path | #include "MuT/NodeScalarCurve.h" |
Syntax
class NodeScalarCurve : public mu::NodeScalar
Inheritance Hierarchy
- CSharedMix → Node → NodeScalar → NodeScalarCurve
- RefCounted → Node → NodeScalar → NodeScalarCurve
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeScalarCurve() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeScalarCurve.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeScalarCurve.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Curve | FRichCurve | MuT/NodeScalarCurve.h | ||
| CurveSampleValue | Ptr< NodeScalar > | MuT/NodeScalarCurve.h |
Functions
Public
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeScalarCurve.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeScalarCurve.h |