> 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/fstructmotioncurveconfiguration.md).

# FStructMotionCurveConfiguration

This page describes the FStructMotionCurveConfiguration struct that ships with Motion. The enumeration describes TBD.

### Members

| Name           | Description                                                   |
| -------------- | ------------------------------------------------------------- |
| bShouldLoop    | If true, the curve will loop when it reaches its end.         |
| bShouldReverse | If true, the curve will reverse when reaching its end.        |
| bHasPriority   | If true, this curve and only this curve will be used.         |
| Tickrate       | Tickrate at which the curve is being played at. Default is 1. |
