I have a black bar with a rotating movement component. It rotates when I press ‘A’. I want it to rotate until it is at a 315 degree angle then stop but I don’t know how.
You can use a lerp rotation, get the current rotation of your object and the final rotation you want
You can use a timeline

Double click the timeline to create a curve, in this curve you can make a delta float, create a new track and right click on the graph to create key. With this keys you can set their value and position.
Then you can connect the output “New track 0” to the alpha in your Lerp node

Thanks, I’ve got it working now

