Why is it impossible to blend between cameras within a blueprint? Seems like I’m missing something. I know there are workarounds, but it just seems to me that this should work. Am I doing something wrong?
Yeah I’m seeing this at the moment too. The blend doesn’t occur when you’re changing the active Camera component and then setting “View target with Blend”. I used the deactivate node as well, although the newer “Set Active” has a New Active bool on it which I imagine is all that’s needed anyway. Is it the case that there’s nothing to Blend from if the old camera component is inactive?
If you hook up the Camera Actor you want to change to in the “New view target” it will blend (transition from current camera to that one) automatically. The node you are trying to input the camera is a enum list of differnet transition animations.
I know this is late but I found a way. You create a camera blueprint and attach it (or as many cameras as you want) to the actor. To be able to choose which camera you want to blend to when you have multiple camera BPs attached, create a variable by taking the BP Camera components you attached then connect to a “get child actor” then cast that to the camera BP you made. Once your done then you can use that variable to plug into “New View Target”.