Spawn NavMeshBoundsVolume in C++

I want to add a menu item to the editor so that I can spawn a nav mesh that covers the entire map in one click. I’m generating some automated renderings with MRQ, so I don’t care about performance at runtime. However, I can’t get the nav mesh to actually compute. The logs indicate that the bounds of my volume are empty, but I’ve set both the scale of the volume and I’ve constructed the cube brush builder with scale. What else should I try?