I’m trying to create a simple touch screen informational display and I want to be able to have the user click a button (in a widget) and it will move the camera around the screen to the selected object.
Each object has it’s own level sequence for the camera move, while it is the selected object, and the ‘main menu’ also has a sequence - so it’s not just a stationary camera shot the whole time, it either pans around the object (looped hopefully) or sways back and forth (again looped).
What I’m struggling to figure out is how to blend between the different level sequences smoothly.
I’ve found some results stating that Set View Target with Blend is what’s required to move between two different cameras, but I don’t really have a player controller as such (I don’t believe) there’s no playable character, it’s just widgets.
It seems to need to be placed in the Level Blueprint (at least in the tutorials I’ve found) for the camera references.
Also does this function only work directly from camera to camera, or does it work level sequence to level sequence?
So literally, all I want is to click a widget button and have the camera transition between the 1st level sequence to the 2nd level sequence, which then plays looped until another widget button is pressed to go back and we transition back to the 1st level sequence which then loops until another button is pressed.