UE4 Random Point in Bounding Box not randomising when starting game

I have set up a random actor spawning system using a BP with a box that uses Random Point in Bounding Box. While it does randomly spawn actors it only randomises their spawn locations when I either move the box or place another. Is there a way to have the Random Point in Bounding Box randomise the locations on EventBeginPlay?