Choose your operating system:
Windows
macOS
Linux
| FCurveModel::Evaluate()
|
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
Include |
#include "RichCurveEditorModel.h" |
Source |
/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp |
virtual bool Evaluate
(
double InTime,
double & OutValue
) const
Evaluate this curve at the specified time
true if this curve was successfully evaluated, false otherwise
Parameter |
Description |
---|---|
InTime |
The time to evaluate at, in seconds. |
Outvalue |
Value to receive the evaluation result |