SectionKeyToLODValueMap

This map allows to track, for each [FLandscapeSectionInfo](API\Runtime\Landscape\FLandscapeSectionInfo) that triggered a shadow invalidation, the LOD value that was used when the invalidation occurred Key = SectionInfo's RenderCoord (we cannot use a linear index like the TMaps above because these might change as new sections get added/removed dynamically and this needs to be tracked across frames) Value = LOD value of the section when the last shadow invalidation occurred