Attempted to access index 0 from array of length 0 in Character BP. There is no error/warning in my char BP nor in compile or output log. This is however what I’m getting in packaged game crash log causing crash for some reason.
LogScript: Warning: Script Msg: Attempted to access index 0 from array ‘CallFunc_GetAllActorsOfClass_OutActors_4’ of length 0 in ‘/Game/_MyStuff/Characters/Benyamin/BP_Benyamin.BP_Benyamin_C:ExecuteUbergraph_BP_Benyamin’!
It’s apparently trying to call a function but gets a wrong index but nowhere I’m seeing in editor the issue. it’s only being called “wrong” in “packaged game”. I double checked the packaging settings too but what does index 0 from array of length 0 mean?!