# EMovementDirections

This page describes the EMovementDirections enum that ships with Motion. The [structure](https://docs.unrealengine.com/en-US/ProgrammingAndScripting/Blueprints/UserGuide/Variables/Structs/index.html) describes all possible directions a player can move.

### Constants

| Name            | Description                                      |
| --------------- | ------------------------------------------------ |
| Undefined       | Undefined. Do not use.                           |
| Forward         | Walking forward.                                 |
| ForwardSideway  | Walking forward and sideways at the same time.   |
| Backward        | Walking backwards.                               |
| BackwardSideway | Walking backwards and sideways at the same time. |
