Restart at end of matinee?

Hi, I was wondering if someone has some experience doing this?

I have a matinee cut scene and wish to return to the menu or beginning of the level upon the scene ending. Is t possible to do this in the matinee or is it performed within the blueprint?

I have no AI within the level, so there is no player death involved.

Any help would be appreciated.

Select the Matinee actor then open up level BP. Right click anywhere on the canvas and Create a Matinee Controller for Matinee Actor… and you’ll see a node with Finished input. Now create an Execute Console Command node, plug it to Finished output and type Restart in Command section. Now your level should restart every time the Matinee finishes playing. If you dont see it working try to run the game in Standalone mode.

Unfortunately I am still experiencing issues attempting to restart the level.

I have included a couple of screen shots of the blueprints. Once the cinematic’s have finished. The player stands stationary where the first trigger is and is unable to move because of the disabled input. Surely this would be nothing to do with being able to restart the level though?

Any help would be greatly appreciated.

Unfortunately I am still experiencing issues attempting to restart the level.

I have included a couple of screen shots of the blueprints. Once the cinematic’s have finished. The player stands stationary where the first trigger is and is unable to move because of the disabled input. Surely this would be nothing to do with being able to restart the level though?

Any help would be greatly appreciated.

Sorry, the command is RestartLevel, not just Restart.

Thanks Jacky. You saved a lot of stressing out and hair pulling!!

Cheers very much for getting back to me.

No problem!