Camera pawn change rotation

hello
i am new with unreal engine trying to create widget with moving camera position with button
i have camera pawn that should change position (function) to other positions of camera scene, it has worked well before but now the camera pawn changes its location but rotation stays the same direction as the original pawn not like the cine camera
how do i get the camera pawn to change rotation too not only location
regards

Your pawn might be inheriting control rotation:

Disable it or…

image

…instead of Pawn rotation.

2 Likes

thank you so much ! perfect