Custom WaterWaves in C++

Does anyone know the parameters which are passed to the water mesh actor from UWaterWavesBase? Or even how that data is passed? I’m trying to figure out how to implement custom waves with the water system using ComputeShaders and FFT for more realistic waves, but I need to know how to pass the data on to the Water Mesh Actor.