> For the complete documentation index, see [llms.txt](https://motion.docs.regensturm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://motion.docs.regensturm.com/architecture/ecurvetimes.md).

# 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.              |
