Where to dispatch a custom MeshShader

nanite uses a indirect mesh shader dispatch, and i used that as an blueprint to get my own shader to work. you can find everything in the NaniteCullRaster.cpp file.
void FRenderer::DrawGeometry(...)
is the function to look whats happening