“I found that when I use the same three points to create a triangle with the FMeshDescriptionBuilder.AppendPolygon
method, the material does not display correctly. However, when I use the FMeshDescriptionBuilder.AppendTriangle
method, it works fine. Do you know why this is happening?”