Description
Evaluates the provided curve. Values are normalized between 0 and 1
Information
| Plugin | RigVM |
| Category | Animation |
| Tags | Curve,Profile |
| Type | FRigVMFunction_AnimEvalRichCurve |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input value to evaluate the curve at | float | 0.000000 |
| Curve | The curve to evaluate | Runtime Float Curve | (EditorCurveData=(Keys=((),(Time=1.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None) |
| SourceMinimum | The minimum range of the input value (typically 0.0) | float | 0.000000 |
| SourceMaximum | The maximum range of the input value (typically 1.0) | float | 1.000000 |
| TargetMinimum | The minimum range of the output | float | 0.000000 |
| TargetMaximum | The maximum range of the output | float | 1.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The evaluated value of the curve at the input value | float |