The easiest thing to do is to add the light to your planet Actor as a component attached under the planet’s sphere as that way the light will scale automatically as a child of the sphere. You might however want to think about adding a function to the planet actor call set size which would change the scale of the planet and make adjustments to the light’s size as simply scaling the light might not get you the effect you want.