I’m wondering if there’s a way to change how far a light will cast it’s illumination?
For example, the dominant directional light will illuminate an entire level and gives the impression that there is no limit on the distance the light will travel. Point and Spot lights however seem to have an incredibly small distance even when you max out the radius and the intensity of the light.
If I make a small cave for example, I should be able to place a single point light in the middle and increase it’s radius to fill the cave and then up the intensity until the light is bright in most areas however, it seems like this isn’t possible in the engine. Near the end of the intensity values, the lights actually generate this weird wave pattern on surfaces and doesn’t seem to be able to light an area more than a few dozen feet around it. I’m wondering if there’s a way to disable this limit and allow lights to cast their illumination a lot further?
Considering the engine boasts a physically based rendering system, you’d imagine that the lighting would be a bit more realistic. In the real world if I have a 1600 lumen bulb with a radius of 20 feet and place it in the center of a large, completely dark room, it should be able to cast it’s illumination to cover 5026 square feet! Yet in Unreal it seems that the brightest illumination setting with the largest radius will only give you a few hundred feet of illumination. It’s very confusing to me.