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.
|
#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... | |
|
strong |
|
strong |