# ECurveTimes

This page describes the ECurveTimes enum that ships with Motion. The [structure](https://docs.unrealengine.com/en-US/ProgrammingAndScripting/Blueprints/UserGuide/Variables/Structs/index.html) describes the Time positions of a curve.

### Constants

| Name         | Description                       |
| ------------ | --------------------------------- |
| CurveMinTime | Start time of a curve. Usually 0. |
| CurveMaxTime | End time of a curve.              |
