Hi guys, i have a simple question, in the Level Blueprint i use the node “Set view target with blend” to change the view from Player Camera Component to an actor camera inside the level,in this case the blend work well, then i want to come back with the Player view, but in this case the blend not work and the current view “snap” to the player view, what i’m doing wrong ? I upload a screen shot of my graph to explain better my problem.
Can you check if there is a probe on the spring arm and whether the collision is on?
It’s called Do Collision Test or something like that.
If it’s on, disable it and see if the blend is working.
edit: to answer your question - it might be a problem, if the probe is colliding, it might be trying to reposition the camera and the blend is being confused. Not sure, though.
One silly question. Are you waiting for the Full 5 sec to go by? If you ever interrupt the blend before it finishes, the return will not work correctly. The blend does not store camera location during transition.
Could you test it by giving it enough time to finish the transition?