How and where to call ReleaseInitialBuildingLock() to delay building navigation

I want to rebuild the nav mesh in my level after it is procedurally generated so that its not messed up by the things spawning in. However, I do not know how I can call the ReleaseInitialBuildingLock(). How can I implement this? I have not found any details and I’m stumped. Please help!