How i make procedural maps work in multiplayer and have one map for N players?

I’m working on a game that procedurally generates dungeon maps, I’ve already done the generating part, what do I need to use to generate just one map for several players, at the moment each player generates their own map.

I have a blueprint that triggers the map generation in begin play.