Setting up FMod Plugin in Unreal Engine
✍ Last Updated : January 6, 2023
🚪 Prequisite Knowledge (Optional)
Describe Initial Knowledge that reader need to know before reading this article
- Unreal Engine Build System
❓ Key Question / Problem / Issue
Describe what question / Problem / Issue this knowledge should answer
How to Configure FMod Plugin in Unreal Engine
✅ Expected Output/Definition of Done
Define what information you really need and the definition of done
- FMod are able to be utilized in unreal engine
- Able to be build to it’s target platform
🎁 Resulting Solution
Write writing results below
1. Install Host Platform Integration (2.1.1)
2. (For Console Platform) Install Additional Platform Specific Integration (2.1.2)
3. (Optional) Compiling the Plugin (2.12)
you can also read more on regenerating project file through video below
Regenerating Unreal Engine Project Files - How and Why
4. Configuring Platform Specific Settings
- checkout whether to use project directory or engine directory for the modification
- if specified file not found try creating it yourself
No Comments