Navigation
API > API/Plugins > API/Plugins/RigVM
Evaluates the provided curve. Values are normalized between 0 and 1
| Name | FRigVMFunction_AnimEvalRichCurve |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
| Include Path | #include "RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h" |
Syntax
USTRUCT (Meta=(DisplayName="Evaluate Curve", Keywords="Curve,Profile"))
struct FRigVMFunction_AnimEvalRichCurve : public FRigVMFunction_AnimBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_AnimBase → FRigVMFunction_AnimEvalRichCurve
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_AnimEvalRichCurve() |
RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Curve | FRuntimeFloatCurve | The curve to evaluate. | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
|
| Result | float | The evaluated value of the curve at the input value. | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
|
| SourceMaximum | float | The maximum range of the input value (typically 1.0) | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
|
| SourceMinimum | float | The minimum range of the input value (typically 0.0) | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
|
| TargetMaximum | float | The maximum range of the output. | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
|
| TargetMinimum | float | The minimum range of the output. | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
|
| Value | float | The input value to evaluate the curve at. | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |
|
Functions
Public
Public Virtual
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Animation/RigVMFunction_AnimEvalRichCurve.h |