UE5 360 Stereo Panoramic Player 1.2.5
Create interactive Media Players and Virtual Tours for mono and stereo 360 panoramic images and videos in Unreal Engine 5.
Loading...
Searching...
No Matches
Enumerations
PanoramicMediaLayout.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"

Enumerations

enum class  EPanoramicMediaLayout : uint8 {
  StereoOverUnder ,
  Mono
}
 Options for the media layout. More...
 

Enumeration Type Documentation

◆ EPanoramicMediaLayout

enum class EPanoramicMediaLayout : uint8
strong

Options for the media layout.

It can be stereoscopic (over/under) or mono. Stereoscopic (over/under) means that the source is divided in two logically. In the top part there is the left-eye source, and in the bottom the right-eye source.

Enumerator
StereoOverUnder 

Stereoscopic (over/under) media layout.

Mono 

Mono media layout.