Play simple non-character animation

Hey all,

is there a way to execute a simple non-character animation without going through multible blueprints?
All I can find are complex character animation guides.
I exportet an FBX (Skeletal Mesh + Animation) from 3ds Max and I want to be able to play certain parts of the animation with an input.

For example:

  • The animation is 100 seconds long in total

  • press 1 on the keyboard → Play animation from second 0-30

  • press 2 on the keyboard → Play
    animation from second 30-80

  • press 3 on the keyboard → Play
    animation from second 80-100

  • if there is no input following 1 the
    animation will play from 0-100

  • if there is no input following 2 the
    animation will play from 30-100

  • if there is no input following 3 the
    animation will play from 80-100

Thanks!