Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FRichCurveEditorModel
- FCurveModel::Evaluate()
- FRichCurveEditorModel::Evaluate()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
| Include | #include "RichCurveEditorModel.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp |
virtual bool Evaluate
&40;
double InTime,
double & OutValue
&41; const
Remarks
Evaluate this curve at the specified time true if this curve was successfully evaluated, false otherwise
Parameters
| Name | Description |
|---|---|
| InTime | The time to evaluate at, in seconds. |
| Outvalue | Value to receive the evaluation result |