Lighting calculations in Unreal

Hi all,

I recently read that some modern game engines when doing forward rendering the closest lights will be done at per pixel and then the next 3-4 lights would be calculated at per vertex

I was wondering in Unreal by default does any of this take place or does every light get calculated at per pixel regardless ?

Thanks