# Unreal Engine 5 Installation Instructions

**URL:** https://qa.fmod.com/t/unreal-engine-5-installation-instructions/19608
**Category:** Unreal Engine
**Tags:** ue4
**Created:** [December 2, 2022, 9:52pm UTC](https://qa.fmod.com/t/unreal-engine-5-installation-instructions/19608 "2022-12-02T21:52:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sirownzalot](https://avatars.discourse-cdn.com/v4/letter/s/ed8c4c/32.png) [@sirownzalot](https://qa.fmod.com/u/sirownzalot)
#### Post date: [December 2, 2022, 9:52pm UTC](https://qa.fmod.com/t/unreal-engine-5-installation-instructions/19608/1 "2022-12-02T21:52:40Z")

</div>

To install FMOD to the engine instead of the project folder, **in Windows** , you need to create a Marketplace folder within Plugins and put the FMODStudio plugin folder in there. It should read something like this:

_ **C:\Program Files\Epic Games\UE\_5.0\Engine\Plugins\Marketplace\FMODStudio** _ (For Windows)

Whereas in UE4 it would’ve been:

_ **C:\Program Files\Epic Games\UE\_5.0\Engine\Plugins\FMODStudio** _

Apparently Unreal 5 is looking for 3rd Party Engine plugins in the Marketplace folder instead of the Plugins folder.

For Linux:

For the source code version, you can put the plugin in the usual Engine/Plugins/FMODStudio folder and UnrealBuildTool will find it and compile it with no issues.

For the pre-compiled version, it doesn’t matter where you put the plugin folder. The engine can find the .uplugin but it can’t find the module for it. So you either have to compile from source or put it into your Project/Plugins folder. I have yet to find a way to get the plugin working by having the folder somewhere within the engine folder.

So far this works in Unreal 5.0. I tried it with Unreal 5.1 but the FMOD Plugin was built using the preview version of 5.1. Will have to wait for the Public Release version of 5.1 to come out.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [December 6, 2022, 5:22am UTC](https://qa.fmod.com/t/unreal-engine-5-installation-instructions/19608/2 "2022-12-06T05:22:53Z")

</div>

> [@sirownzalot](#):
>
> To install FMOD to the engine instead of the project folder, **in Windows** , you need to create a Marketplace folder within Plugins and put the FMODStudio plugin folder in there.

This seems more like a workaround to an issue at the moment, as the Unreal docs still list the ‘Plugins’ directory as the main directory. [Plugins in Unreal Engine | Unreal Engine 5.0 Documentation](https://docs.unrealengine.com/5.0/en-US/plugins-in-unreal-engine/)

Do you a link to anything that Epic have said about this at all?

> [@sirownzalot](#):
>
> For the pre-compiled version, it doesn’t matter where you put the plugin folder. The engine can find the .uplugin but it can’t find the module for it.

This still needs more investigation at this point.
