Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPiecewiseCurve
Description
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.
| Name | InverseEvaluate |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieScenePiecewiseCurve.h |
| Include Path | #include "Channels/MovieScenePiecewiseCurve.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieScenePiecewiseCurve.cpp |
TOptional < FFrameTime > InverseEvaluate
(
double Value,
FFrameTime TimeHint,
EInverseEvaluateFlags Flags
) const
The solution if one exists, false otherwise
Parameters
| Name | Remarks |
|---|---|
| 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 |