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

# ECurvePositions

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

### Constants

`CurveMin`

**Description:** Start point of curve.

`CurveMax`

**Description:** End point of curve.

`CurveProgressing`

**Description:** Any point between start and end of curve.
