You can use “Set Physics Angular Velocity in Degrees/Radians”. Just follow the example below and attach the component you want to rotate to the target pin.
is there any reason why you couldnt set the RotationMovement components’ rotation velocities directly in the BP by feeding the new speed float values in from the blueprint that controls the sounds playing?
That was my first assumption, but I could not seem to be able to set the rotation rate of the Rotating Movement component in the blueprint… or by casting to it. I figured I could just send new float values to the rotation rate…
I can do it with a timeline going to the actors world rotation, but timelines have endings (smoothly). Hence I would like to adjust the speed of the Rotating Movement Component.
Ideally… change the rotating movement from speed 0 to speed 270 over 27 seconds. Then have another sound play and change it to another speed.
It’s kinda hard to describe. I will try drawing it. Thank you