Where to Calculate Character Rotation Logic

Yes it is a continuous rotation because the rotation is based off of the player’s input. So if the player moves the camera, the character skeletal mesh will rotate towards the camera. I am creating my own rotation instead of using orient rotation/use controller rotation that’s built into the character movement component.

So would event tick still be viable in this scenario?