# ETransitionPositions

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

### Constants

| Name          | Description                      |
| ------------- | -------------------------------- |
| Undefined     | Undefined. Do not use.           |
| InTransition  | Any point between start and end. |
| TransitionMin | Start of transition.             |
| TransitionMax | End of transition.               |
