So I have created a matinee , a cinematic with the camera moving around my level , then I have change from matinee to level sequence. So now I want to set this level sequence in my level ( at the begin of the level ) but it don’t look to work. I tried to record the level sequence in mp4 but when its done , in the video the camera don’t move.
You’ll need to add a “Camera Cut” track. Take a look here:
https://docs.unrealengine.com/latest/INT/Engine/Sequencer/HowTo/TracksCameraCut/
Also, you’ll need to play the sequence, either by toggling “AutoPlay” on the level sequence actor or through blueprints:
https://docs.unrealengine.com/latest/INT/Engine/Sequencer/HowTo/TriggeringSequences/index.html