nullboundary / UnrealPanoramaMenu

Adds a GUI menu for setting up stereo panorama capture in your Unreal 4 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unreal Panorama Menu

##Tested 4.14

Stereo Panorama Settings UI

Image

  • Advanced Settings Options

Image

How to Setup

  • Download and import both Uasset files from this repository.
  • Open your player blueprint (often ThirdpersonBP or FirstpersonBP).
  • In the upper left corner of your blueprint editor. Add component and select the PanMenuControl component.

Image

  • With PanMenuControl component selected, make sure PanMenuClass is set to PanMenu (user widget type) in the details panel.

Image

  • Under the Settings menu (gear icon) -> plugins. Activate the Movie Capture Plugin.

Image

  • Under Play menu -> Advanced Settings -> Play in Standalone Game section -> Advanced (toggle arrow).
  • Add fixed time step. -usefixedtimestep -fps=60 -notexturestreaming

Image

  • Play in Standalone Game.
  • Press Escape to toggle Stereo Panorama Settings Menu.

About

Adds a GUI menu for setting up stereo panorama capture in your Unreal 4 project