Problem solved by alternative way. Set AI enemies at fixed location. Single/multiple AIs also work. At event BeginPlay, save their initial locations in an array variable. After player dies and respawns, use Set Actor Location for all AI enemies.
For the reenabling movements part, I found out my AI only move on beginplay, using Event Tick solved it.