For some statistics and time measurements, I’d like to know when the compilation of the shaders of a material start and end. For the end, I can register a callback using UMaterial::OnMaterialCompilationFinished().
But is there a way to be triggered on the start of the compilation?
Or is there a way I can force to start the compilation?