The error with fbx import has not been fixed yet

Summary

Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 783]
Array index out of bounds: -1 into an array of size 5

The engine breaks when you try to import a mesh with 5 or more materials, this problem was in ue 5.5 and remains in 5.5.3, when will it be fixed?
In Ue 5.4.4 this problem does not occur and the mesh is imported without problems.

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

import fbx skeletal mesh with 5 or more materials

Expected Result

Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 783]
Array index out of bounds: -1 into an array of size 5

Observed Result

Engine was crush

Platform(s)

Windows