Broom animation in the first person template

I have a broom attached to the Character camera object. The goal is to have an animation of the sweeping with the broom.

This is how it looks:

I know how to do the broom animation with Actor Sequence plugin, but this is only experimental feature. Link: Actor Sequence Component | Unreal Engine 4.27 Documentation

I’ve read that this is possible with the level sequence with dynamic transforms. However I couldn’t make it working this way as my character is not on the scene (it is spawned in the Player Start position). I didn’t know how to do it in my scenario.
Link: Creating Level Sequences with Dynamic Transforms | Unreal Engine 4.27 Documentation

I am wondering on what is the correct approach to this kind of animations and how other people do it?