UE4: Plugin FMODStudio fails to load because module 'FMODStudioEditor' could not be loaded.

Hello,

I’ve unzipped the FMOD Unreal Integration into my game’s ‘Plugins’ folder and tried to run it. I am getting the following error:

‘Plugin FMODStudio failed to load because module ‘FMODStudioEditor’ could not be loaded. There may be an operating system error or the module may not be properly set up’

I’ve also tried running the tutorial project file and I get the same message.

I’m running UE4.17.2 on Windows 10. Any help would be greatly appreciated, thanks!

Make sure you have downloaded the corresponding integration for the engine version: fmodstudio1XXXXue4.17win64.

If that is correct then I would remove it from the project and make sure the project can run without it, then re-add the integration to your game.

1 Like

Cameron - That did the trick. I’m not sure how I missed that. Thanks for the help!