Hi, right now I’m using this kind of code to perform an actor rotation:
SetWorldRotation;
AddLocalRotation;

I want the character to roll by a certain degree in the world and then rotated around his own (rotated) Z axis (local yaw). Is it possible to combine this two operations in a single FRotator?