Scale independent from rotation

Hi… I want to scale an actor independently from it’s rotation. The simpelest attempt was to attach a scene component to another scene component, rotate the child and scale the parent. that did not work. (due to FTransforms apply scale first?) A material solution is not wanted, because the shading must not be affected by the transformation. Could someone point me in the right direction, pls