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 #ROBOMERGE-SOURCE: CL 12234869 in //UE4/Release-4.25/... via CL 12234887 #ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v664-12234175) [CL 12237471 by julien stjean in Main branch]