Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites

Before staring starting you must have completed the following steps.

  1. Have the current version of Unreal Engine installed (e.g 4.19.2), and the location of your project open in an explorer window.
  2. Downloaded the current igloo camera package that matches the version of unreal you are using
  3. Extract the camera package somewhere accessible, such as your desktop. 

...

To demonstrate the installation of this package, we are going to import it the camera package into a blank c++ Unreal project called IglooTestProject. 

  • Make sure you do not have the Unreal Editor open, if you do, save your work and then close it.
  • Copy the contents of the Plugins folder IglooUnreal_4_19_2\Plugins to your project Plugins folder

Image RemovedImage Added

  • Copy the Igloo Content folder  IglooUnreal_4_19_2\Content\Igloo to your project Content folder

...

  • Open your project in the Unreal Editor


Enable Plugins

  • With the Editor open go to Edit > Plugins and enable the both OSC and Spout Plugins, then restart the editor. 

Image Added

  • Go to Edit > Project Settings and copy the following settings for the OSC plugin. Receive from : 9008, Send Target: 127.0.0.1:9001. Then press "Export"

Image Added