Before test building your project for the first time, you will need to make a few small changes to the project settings
Project Settings - Maps & Modes
Ensure that your Startup Map is the startup map.
Ensure that the Game Default Map is your map.
Ensure that the Default GameMode is set to either your created Game mode or IglooGameMode
Image AddedEngine - Streaming
Image AddedEngine - Experimental
Image AddedProject - Packaging
Image AddedEngine - Rendering
Image Added Info |
---|
This may be overriden by your post processing volume. This will also need to be set to disabled, and manual. Otherwise the output of each camera within the Igloo camera system, will have different exposure levels. |
Completed all the steps
Once these steps are followed you can build your project for Windows X64 and it will function correctly when built.
Adding Code to your Project
Sometimes the plugins will not compile if Unreal releases an update to the editor.
Info |
---|
If you already have code in your project, and it is not a Blueprint only project, you can skip this step. |
Due to the plugins that are used within our camera rig, you cannot run a built game without adding Code.
You do not need to write any code, or learn any C++, you just need to add the backend to the project by adding a script.
Right-click on your Content Browser, and select New C++ Class
Image ModifiedThen a window will open, allowing you to select a base type for your new C++ Class.
Select None, and then press the Green Next button.
Image Modified
Another window will pop up, asking you to name your new class, and where it should be placed.
Again, simply click through by pressing the Green Create Class button.