# Missing Fmod Niagara integration

**URL:** https://qa.fmod.com/t/missing-fmod-niagara-integration/22385
**Category:** Unreal Engine
**Created:** [December 8, 2024, 2:00am UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385 "2024-12-08T02:00:24Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![afrech](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/afrech/32/1573_2.png) [@afrech](https://qa.fmod.com/u/afrech)
#### Post date: [December 8, 2024, 2:00am UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/1 "2024-12-08T02:00:24Z")

</div>

Hi there, I can’t seem to find the options to add Fmod modules or emitters when in Niagara. My Plugins filter is on, as per the [docs](https://www.fmod.com/docs/2.02/unreal/niagara.html).

Is there somewhere in the file paths that I could check to verify if that part of the integration is missing or if it’s something else I’m doing wrong?

Cheers

Fmod 2.0.2.19, Unreal 5.3.2

EDIT: Looks like it was disabled in the .uproject. I’ll leave this up for posterity.

---

<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 12, 2024, 4:51am UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/2 "2024-12-12T04:51:13Z")

</div>

> [@afrech](#):
>
> EDIT: Looks like it was disabled in the .uproject. I’ll leave this up for posterity.

Adding this so we can mark as resolved.

---

<div class="post-metadata">

### Author: ![fabriciomm](https://avatars.discourse-cdn.com/v4/letter/f/cc9497/32.png) [@fabriciomm](https://qa.fmod.com/u/fabriciomm)
#### Post date: [February 15, 2025, 4:18pm UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/3 "2025-02-15T16:18:52Z")

</div>

I’m with the same problem, I’m searching in the project where this option might be, but I can’t find. What option was disabled, the niagara or Fmod? Can you help me?  
Thanks in Advance

---

<div class="post-metadata">

### Author: ![afrech](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/afrech/32/1573_2.png) [@afrech](https://qa.fmod.com/u/afrech)
#### Post date: [February 15, 2025, 6:15pm UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/4 "2025-02-15T18:15:09Z")

</div>

My programmer said he had intentionally omitted it, thinking it wasn’t needed, I believe either by keeping the files out of the plugins folder, or by some code within the .uproject. Sorry I can’t be more specific, he was the one that corrected it and it was a while back now. If you’re still having trouble I can ask him next week.

---

<div class="post-metadata">

### Author: ![fabriciomm](https://avatars.discourse-cdn.com/v4/letter/f/cc9497/32.png) [@fabriciomm](https://qa.fmod.com/u/fabriciomm)
#### Post date: [February 17, 2025, 2:19pm UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/5 "2025-02-17T14:19:43Z")

</div>

Would be awesome if you could ask him, still having problems ☹

---

<div class="post-metadata">

### Author: ![afrech](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/afrech/32/1573_2.png) [@afrech](https://qa.fmod.com/u/afrech)
#### Post date: [February 17, 2025, 5:20pm UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/6 "2025-02-17T17:20:43Z")

</div>

I went back and checked and this was in our .uproject file

{  
“Name”: “FMODStudioNiagara”,  
“Enabled”: false  
},

and that’s what was stopping it in my case

---

<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: [February 17, 2025, 11:02pm UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/7 "2025-02-17T23:02:25Z")

</div>

You can manually edit the setting in the .uproject file or you can change it in the editor through the ‘Edit \> Plugins’ settings:

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/e/eb9bd908bc77313be4b5993de738f770f26e15aa.png)

---

<div class="post-metadata">

### Author: ![fabriciomm](https://avatars.discourse-cdn.com/v4/letter/f/cc9497/32.png) [@fabriciomm](https://qa.fmod.com/u/fabriciomm)
#### Post date: [February 19, 2025, 1:34pm UTC](https://qa.fmod.com/t/missing-fmod-niagara-integration/22385/8 "2025-02-19T13:34:22Z")

</div>

Thanks guys, helped a lot 🙏

Problem solved
