Files
UnrealEngineUWP/Engine/Source/Editor/StaticMeshEditor
mihnea balta 3d560f9cc1 Fix crash when clicking outside the mesh in the static mesh editor viewport if meshes had more than one section.
The edge selection code wasn't taking into account the start index for each section. It assumed that sections are arranged consecutively in the index buffer, which is not true in general.

#jira UE-199512
#rnx
#rb Luke.Thatcher

[CL 29518883 by mihnea balta in ue5-main branch]
2023-11-07 09:02:01 -05:00
..