Hi,
Yeah the code for the component visualizer module code did seem pretty different to others. All it does is call GEditor->RegisterComponentVisualiser(). I ended up just making my plugin load post engine init and calling the GEditor function directly instead of going through the module. I realise this probably isn’t the correct way to do it but it works for now till the module is fixed.