Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FPiecewiseCurve
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieScenePiecewiseCurve.h |
| Include | #include "Channels/MovieScenePiecewiseCurve.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieScenePiecewiseCurve.cpp |
TOptional < FFrameTime > InverseEvaluate
(
double Value,
FFrameTime TimeHint,
EInverseEvaluateFlags Flags
) const
Remarks
Solve this curve for a given (y). Where more than one solution exists, TimeHint will be used to find the solution closest to the hint. The solution if one exists, false otherwise
Parameters
| Name | Description |
|---|---|
| Value | The result to solve for |
| TimeHint | Predicate time to use for locating the most relevant solution |
| Flags | Flag structure used to control how to solve the curve |