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.
|
Panoramic UMG Widget Viewfinder interface. More...
#include <PanoramicWidgetViewfinderInterface.h>
Public Member Functions | |
void | InitViewfinder (APanoramicDirector *Director) |
Callback invoked to initialize a viewfinder instance. More... | |
Panoramic UMG Widget Viewfinder interface.
If the UMG Widget used as viewfinder with APanoramicDirector implements this interface, it will have access to enhanced functionalities.
void IPanoramicWidgetViewfinderInterface::InitViewfinder | ( | APanoramicDirector * | Director | ) |
Callback invoked to initialize a viewfinder instance.
[in] | Director | The APanoramicDirector that is managing this viewfinder. |