What happens when you try to rotate Pitch instead of Yaw?
What is Find Look At Rotation returning? You can use Print String to see the value.
When i try to rotate pitch, nothing changes. Find Look At Rotation returns this. Unreal Engine 5 2023 07 31 - YouTube
When you are in ‘Play mode’ you can see your BP_MainPaperCharacter’s properties in Outliner, you can check if the position, scale and rotation are correct.
Make sure the Actor is not Hidden in Game.
i think i found the problem. But i still dont know how to fix it.
I already tried to rotate sprite from bp editor and it didnt work
Ok so i changed X to 90 in Set World Rotation and it seems to work.
I guess, one of your main problems comes from the difference between WORLD rotation vs RELATIVE rotation. Remember, WORLD rotation is absolute, you set absolute rotation values, that are completely independent from whatever rotation your actor currently has.
This here is for world and relative movement, but to understand the difference between world and relative, it should be good enough:
Maybe you wanted to use set relative rotation instead of set world rotation, so that your sprite rotates relative to its root component.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.