1. Download the attached test project and open
2. Observe the static mesh "SM_Sign_Debug", and the white lines around the letters
3. With the Nanite Overview view mode, observe that there are four rectangles barely in front of the main plane of the mesh, for the letters.
4. Open the Material "/Game/lambert2"
5. Observe how a dynamic Switch Material Expression is used to switch between UV indices.
6. Change the Material to use the texture sample labeled "Static (Working)"
7. Observe the lines around the letters disappear
8. Change the Material to use the texture sampler labeled "Dynamic (Workaround)"
9. Observe the lines around the letters disappear
10. Observe that the Dynamic Workaround method manually interpolates the DDX, DDY values for the texture MIP calculations.
11. Change the Material to use the output of the comment block "Visualize autocalculated DDX, DDY"
12. Observe the high DDX, DDY values on the edges of the four rectangles on the mesh.