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
Classes | Enumerations
PanoramicStage.h File Reference
#include "CoreMinimal.h"
#include "Engine/Texture.h"
#include "Engine/Texture2D.h"
#include "Engine/DataAsset.h"
#include "MediaSource.h"
#include "Components/WidgetComponent.h"
#include "PanoramicMediaLayout.h"
#include "PanoramicPosition.h"
#include "PanoramicStage.generated.h"

Classes

struct  FPanoramicStageImageData
 Collects data for an image stage. More...
 
struct  FPanoramicStageMovieData
 Collects data for a movie stage. More...
 
struct  FPanoramicStageNavigation
 A stage navigation allows to switch from one stage to another one. More...
 
class  UPanoramicStage
 Defines a stage of a panoramic experience. More...
 

Enumerations

enum class  EOnMediaEndReachedDefaultBehaviour : uint8 {
  DoNothing ,
  GoBackToPreviousStage ,
  GoToStage ,
  ExitFromExperience
}
 The action to perform when the media is over. More...
 
enum class  EPanoramicMediaType : uint8 {
  Movie ,
  Image
}
 The media type. More...
 

Enumeration Type Documentation

◆ EOnMediaEndReachedDefaultBehaviour

enum class EOnMediaEndReachedDefaultBehaviour : uint8
strong

The action to perform when the media is over.

Enumerator
DoNothing 

Do nothing.

GoBackToPreviousStage 

Go back to the previous stage.

GoToStage 

Go to the choosen stage.

ExitFromExperience 

Exit from the experience.

◆ EPanoramicMediaType

enum class EPanoramicMediaType : uint8
strong

The media type.

Select the 'movie' if you want to play a movie source, otherwise the 'image' if you want to show a static image

Enumerator
Movie 

Movie media type.

Image 

Image type.