You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
1- The FExportMaterialProxy didn't give the proper static parameters for the materials instance. It always used those from the parent/master material. 2- The mesh description extracted from the static mesh component was sometimes invalid. This occurred when the mesh had an empty section as it first section. This resulted in a mesh with all its polygons being part of the first section when rendered for the proxy mesh. Also renamed a variable in the create proxy mesh function since its previous name didn't make sense with what it is. #jira UE-90322 #rb Sebastien.Lussier [CL 12234869 by Julien StJean in 4.25 branch]