Any idea how to make like this ? Can you give me ideas how to make it using blueprint?
Thanks in advance.
I will try my best, I assume you mean the intro where the camera moved around the car counting down until the “race” started?
Since you will end up using multiple race starts, I would add the logic into the car or into a separate component. You can then add a camera that follows a spline to create the montage. With a level sequence you can modify the camera movements for in a specific level. When you bring it up you get a timeline where you can add actors and keys. Move the camera and create new keys. You can even add a fade in and out effect.
Once you are happy with the camera animation, you would have to create a UI element. This can be done with a widget. Here you simply add text, change it into the number 3 and from code set it to count down from 3, 2 and to 1. You can either use a timer or a delay.
Once you have your assets, you need to assemble them. In the level blueprint you can use an event called Event BeginPlay, this will trigger once the level is loaded / when you play the game. From that node you add the widget with the countdown and start playing the level sequence you designed. Finally set the camera to posses the actual pawn that controls the car and give the player the ability to move the component.