I’ve been trying to figure out why one of my NPCs (A very simple drone that has all of its logic done in Blueprints. Every other NPC that I create this way works.
While trying to track it down, my simulation flow wasn’t showing anymore, and breakpoints stopped working. I figured I’d just shut everything down and re-open it, and now my project won’t even load!
At the end of doing all the loading stuff, instead of bringing up my project, I get this in the Crash Reporter window:
Assertion failed: Index == TypeIndex [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Misc\TVariant.h] [Line: 118]
I’m EXTREMELY frustrated as I’m needing to get this finished as quickly as possible and ALL of my spare time is going on working on this. I don’t get much of that, so having something like this is absolutely devastating! I have NO idea where to look or where to turn for help.
ANYTHING that can be suggested is appreciated!
-Marc