Hi there!
I’m trying to create a cinematic cut scene from the CitySample demo. I’ve loaded “Big_Map_LVL”. I’ve created a LevelSequence and Cinematic Camera and hooked it up to the BeginPlay event in my Level Blueprint, but it doesn’t play. Instead it plays the sandbox intro and spawns the default character. I’ve found the property to disable the sanbox intro, but I can’t figure out how to disable auto-spawning of the default character. This seems to be done somewhere in the code-behind and this is somehow overriding what I’ve setup in the Level Blueprint.
Can someone help me disable the auto-spawning of the character? I hope that from there the Level Blueprint will play my cinematic cut scene on BeginPlay.
Thanks!
Keith