Access static lighting information from c++

Hi,
I want to know if it is possible to access the static lighting information of a StaticMeshComponent in the scene.

The idea was to try to detect completely occluded objects by evaluating the computed lighting information. Objects that receive no light will thereby be completely occluded and can be removed from the scene.

Hi there, did you ever find a solution for this? I am trying to do something similar and I haven’t really been able to figure this out