This is a breakdown of the Igloo Manager component, and what is possible to be adjusted.
Create on Awake
Type: Boolean | Default: true
Creates the 360 camera system on Begin Play. If you would like to script the plugin to output only after a certain condition is met, disable this, and write a script to activate the functions within Begin Play on the Igloo Manager.
Follow Object
Type: Actor | Default: null
Place an Actor component here, for the camera system to follow.
Exposure Compensation
Type: Float | Default: 10.0
The cameras adjust their exposure separately to global exposure, and adjusting this value adjusts how much light the cameras pickup when capturing the scene.
Use Igloo Crosshair
Type: Boolean | Default: true
Spawns the Igloo Crosshair actor on Begin Play. Disable this if you’re using a custom player.
Add Comment