Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > FKeyBarCurveModel
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 |