Simple Move To not working with spawned actors?

When I put my character (just default Character class) in to level and use Simple Move To function it’s working, but when I spawn the character and then want to move it - it isn’t moving. Anyone know why?

Figured it out. You need to Spawn Default Controller after Spawning the actor.

Thank you @intoxicat3 very much you solved my problem that made me go crazy.
Thank you.
So for reference:
After spawning the Class ( for example “BP_enemy”) add another node “Spawn default controller” and wire the return value of SpawnActor to Target input of the “Spawn Default Controller”.