Hi, I want to make the first person character rotate 90 degrees every time when some condition is met.
The rotation doesn’t need to smooth. I used SetActorRotation( ), but it has no effect.
For example:
It has no effect even outside the if statement. About your suggestion, my code for rotation is a void type method. It is not inside the Tick() function so no DeltaTime is associated with it.