Point light bug in Orthographic Camera

I placed paper2d sprite(Material: MaskedLitSpriteMaterial) and point light.
When we use perspective camera the sprite is illuminated.

If switch camera to orthographic the sprite will be illuminated only when attenuation radius cross x0 coordinate.

What is the problem?

Attenuation radius not cross x0.

Result: No light.

46079-ue1.png

Attenuation radius cross x0.

Result: sprite is illuminated.

46101-ue2.png

Temporary fix:

Hey surferk,

This is a known and reported issue UE-7019. Currently the bug is not on the immediate roadmap to be fixed, since not all lighting features are supported (or are intended to be supported) within paper2D. Another reason being the asset still functions the same when playing in the viewport or launching.

If you have any further questions please let me know.

Thank you,

The issue needs upvoting in the tracker if it is going to be resolved. Unreal Engine Issues and Bug Tracker (UE-7019)

It’s not just for sprites, point lights themselfs are completly broken with orthographic view.

1 Like

This is also known and reported.

Thank you,

the workaround I use atm is. Use a perspective camera and change the Field of View below 30° and adjusts the distance.

Try this way:

Go into Project Settings → “Rendering” and make sure that Forward Shading is enabled. After restarting the editor, i had no more lighting problems.