Point light not casting shadow from tesselated mesh in forward rendering

The problem is that Directional lights and Spot lights will cast a shadow from a tesselated object in forward rendering, but a point light will not. Shown here.

The spot and directional light correctly shadow and self shadow, the point light casts no shadow whatsoever. I have tried with static, stationary and moveable.

251399-shadowproblem.gif

As shown here in the gif - the box on the left correctly casts a shadow onto the tesselated material, though the same box on the right with the tesselated material casts nothing. both the right square and the background mesh ahve the same material. also note that they dont self shadow either.

Any ideas? Im thinking this is a bug.

Cheers

Turns out enabling ‘RayTraced DistanceField Shadows’ did the trick!

Hi!
It’s not really working for me. I’m setting everything as intended and there is still no shadow behind any of my tessellated materials.

Could you help me figure that out?
To reproduce, create new project with 3rd person character, add point light and spot light. Change material of mannequin to “flat tessellation” and see the results. Directional light casts a shadow, same with the spot light. Only the point light doesn’t do that. It’s annoying. :frowning:

Setting RayTraced Distance Field not working for me sadly. Any idea?

Yeah, actually, I’m talking about skeletal mesh. Static mesh has some weird shadow when RayTraced DistanceField Shadows is turned on, but it’s working even with tessellation. Some tweaking would probably fix the weird shadow as well. The skeletal mesh doesn’t have a shadow when covered with tessellated material. I think I’m going to ask a new question if it’s intended behaviour.

Here is my question: