Dictionary Map not working properly in Editor mode

Hello, I’ve an issue with Dictionary Map failing to work properly in Editor mode.

I’m making a spawning system that creates a zombie at a point. This point is searched, using a string key, from a Dictionary and returns a reference of the Spawn Point actor in the scene.

Here are my Blueprint scripts:

And here are the scenes:

In editor mode (Play Mode):

In editor mode (Stopped):

In Standalone mode (It works fine in this mode):

I’ve added a print “MapWorking” string to indicate that the script has run.

EDIT: Are there any settings or ways to resolve this issue?

Thank you!