How to proportionally convert 1 game seconds to 360°

Like as subject, how i can retrieve degrees from seconds? For example, i want an actor rotate 360 in [N] real seconds. I should use game tick for sure but what else?

Use a timeline.

If you need help with timelines, just ask

Are you asking how you can rotate something steadily? I think you probably want to research something called 'delta ’ - it is provided from the tick event as a float value.