Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorViewNormalized
Description
Limits OutMin and OutMax to the time controller playback range, i.e. OutMin >= TimeController's min and OutMax <= TimeController's max. This corresponds green, left and red, right horizontal lines on the frame ruler.
| Name | ClampToTimeController |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Views/SCurveEditorViewNormalized.h |
| Include Path | #include "Views/SCurveEditorViewNormalized.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/Views/SCurveEditorViewNormalized.cpp |
void ClampToTimeController
(
double & OutMin,
double & OutMax
) const