DungeonArchitect: After Teleport Enemies can't 'Hit' Player

PIE/Level streaming/Runtime created DungeonArchitect which spawns the AI:
After teleporting the player, runtime spawned AI is not hitting the player.
Collisions work when the player spawns at the location, rather than being teleported prior.
However, collisions work also when the AI is spawned without the runtime generation of a Grid Flow Builder Dungeon (DungeonArchitect).

Because enemy ‘hits’ register when the player spawned, suggests that the issue is perhaps a bug.

If someone has any idea what could be the culprit, please share, thanks.

Thanks TraceAnima, but it did not help… but wait. However, h o w e v e r, actually your tip made me check the other AI related ‘update’ settings, and this feature here - set to always update, fixed it! What makes this confusing, this always collision update is not working when triggered on the DungeonArchitect actor configuration.

Wow, that’s strange. Glad to help :slight_smile:

I don’t know if it helps you… but I was experiencing maybe similar issues with AI collisions. Unchecking this param in character movement resolved my issue.

It also seems that due to the loading of the level, the streaming level should not be loaded already, in order to make this work.