How are static meshes lit?
What I know so far: for regular static meshes, the lighting is calculated per-vertex, and can be shadowed (per vertex) by BSP geometry. I assume, but have not confirmed, that this means the lighting is calculated at build time, and movers and other dynamically lit static meshes do not get this treatment.