this is the error I keep getting when opening unreal engine. I have already tryide to rest nvidia setting. I Have a 1070ti, i5 11th gen 16 gb ram. Please help-
Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 771] Array index out of bounds: 2228276 from an array of size 14698
Welcome to the Unreal Engine Community Forums. This error occurs when you’re trying to access/grab something from an address that doesn’t belong to the array. If you’ve recently moved your projects location on your drive, changed file names, or anything of that sort, that’s where I’d start. Here’s a post explaining more about the specific error: Assertion failed (Index >= 0) & (Index < ArrayNum). I hope that helps!