Unreal Engine 5.1 Crash Bug Report Array index out of bounds: 111 from an array of size 106


The crash prompt window that appears when I run the packaging program and kill a certain number of monsters.
In my case, the error that occurs when this happens is because I connected the destruction actor to the montage interruption while delaying the destruction of the monster. The reason for the error may be that the system is trying to destroy a non-existent actor。Adjusting the animation time does not solve the problem, the key is not to connect both at the same time to destroy actor.