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.
|
UPanoramicWidgetComponent extends the UWidgetComponent to overwrite the default material, and to associate a stage navigation data. More...
#include <PanoramicWidgetComponent.h>
Public Member Functions | |
virtual FBoxSphereBounds | CalcBounds (const FTransform &LocalToWorld) const override |
Override USceneComponent::CalcBounds() More... | |
virtual UMaterialInterface * | GetMaterial (int32 MaterialIndex) const override |
Override UPrimitiveComponent::GetMaterial() More... | |
Public Attributes | |
TOptional< FPanoramicStageNavigation > | Navigation |
The stage navigation associated to this widget instance. More... | |
bool | WorldPositionOffsetEnabled |
Indicates if the world position offset should be enabled or not in the material. More... | |
UPanoramicWidgetComponent extends the UWidgetComponent to overwrite the default material, and to associate a stage navigation data.
|
overridevirtual |
Override USceneComponent::CalcBounds()
|
overridevirtual |
Override UPrimitiveComponent::GetMaterial()
TOptional<FPanoramicStageNavigation> UPanoramicWidgetComponent::Navigation |
The stage navigation associated to this widget instance.
bool UPanoramicWidgetComponent::WorldPositionOffsetEnabled |
Indicates if the world position offset should be enabled or not in the material.