Greetings @lazyFrond
The old ‘Array index out of bounds’! I’ve danced with this one myself. This error basically occurs when you’re trying to access/grab something from an address that doesn’t belong to the array. For instance if you recently added/removed a file from your project folder and didn’t remove it from inside the project in UE, it will give that error. Basically, it’s calling for something that doesn’t exist. I’d start with backtracking and trying to think of any changes you made just prior to this popping up. That’ll usually lead you to the culprit. I hope that helps explain it some! Also, here’s a post for reference that explains it a bit more: Assertion failed (Index >= 0) & (Index < ArrayNum)