Set default component values in SceneComponent vs in parent actor constructor

you’re instantiating a SceneComponent, not your child MyScComp class.
Thanks for the hint, this was the cause!

Now it works exactly as expected and as described. :slight_smile: Sorry for the trouble!