I have some trouble with Static light in Sublevel

I have some trouble with lights. Please help me.

I made a level contains 1 sublevel.
Persistent level has DirectionalLight and Floor.
Sublevel has SpotLight and Floor.
All Floors and SpotLight has static mobility.

next, build lighting for sublevel. (not persistent) there is no errors, troubles.
but, trouble starts when I toggle level visibility.

switch visible => SpotLight On!
switch hide => SpotLightActor had dissapered. but light is still visible.

I expect lights hide with sublevel. but it didn’t.

please let me know why light data remains even owned level not visible…

thank you.

Static mobility light is “static” it can never disappear or move.

You’ll need mobility stationary or dynamic lights if you want to turn them on / off.