So I am doing simple random location movement on NPCs. I am using simple code, which had no problem at all before, but suddenly it is giving me this error:
The result itself has no effect. NPC is receiving random locations, and NPC is moving, but I want to know the reason for this error, and it is enjoying closing this window down every time I end testing in the editor…
Thanks, Astrotronic! That solved it! I am spawning some of these NPCs in the game, and assigning AI controllers to them on “BeginPlay” event, so I guess that was the case here.