Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FKeyBarCurveModel
- FCurveModel::Evaluate()
- FKeyBarCurveModel::Evaluate()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/KeyBarCurveModel.h |
| Include | #include "KeyBarCurveModel.h" |
virtual bool Evaluate
(
double InTime,
double & OutValue
) 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 |