Concatenate Rotation Transformations of a Material

Hello,

I want to know if there is a way to apply a continuous sequenze of Transformations, f.e. Rotations with different Angles and Rotation Centers to a Material?

Imagine the Centers and Angles beeing Parameter, received continously from the User Interaction.
I figured out how to apply a sequence of two Rotations by using two Custom Rotator and Customized UV (see img below). Anyhow, for an infinite sequence of Transformations that would demand an amount of infinite Rotators.

What I actually need is to somehow store the current State of the Material Transformation (the rotated coordinates) and load it to additionally apply the new Rotation with a new Center and Angle. The overall Rotation should result from the new Rotation applied on the old Rotation (State).

Can anyone help me with this issue?

BP for two Rotations: