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

# EMovementSoundTypes

This page describes the EMovementSoundTypes enum that ships with Motion. The [structure](https://docs.unrealengine.com/en-US/ProgrammingAndScripting/Blueprints/UserGuide/Variables/Structs/index.html) describes all sound types that Motion supports for movement sounds.

### Constants

| Name        | Description                          |
| ----------- | ------------------------------------ |
| StepLeft    | Left foot while walking.             |
| StepRight   | Right foot while walking.            |
| SprintLeft  | Left foot while sprinting.           |
| SprintRight | Right foot while sprinting.          |
| CrouchLeft  | Left foot while crouching.           |
| CrouchRight | Right foot while crouching.          |
| Jump        | When a jump has started.             |
| Landing     | When the player lands on the ground. |
