Navigation
API > API/Plugins > API/Plugins/PixelStreaming2HMD
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IHeadMountedDisplayModule
- PIXELSTREAMING2IPixelStreaming2HMDModule
References
| Module | PixelStreaming2HMD |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2HMD/Public/IPixelStreaming2HMDModule.h |
| Include | #include "IPixelStreaming2HMDModule.h" |
Syntax
class PIXELSTREAMING2IPixelStreaming2HMDModule : public IHeadMountedDisplayModule
Remarks
The public interface provides functionality for interacting with Pixel Streaming and Head Mounted Display (HMD) systems.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IPixelStreaming2HMDModule & | Get () |
Singleton-like access to this module's interface. | |
| EPixelStreaming2XRSystem | Get the Active XR System. | ||
| IPixelStreaming2HMD * | Get the Pixel Streaming HMD object. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded. | |
| void | SetActiveXRSystem
(
EPixelStreaming2XRSystem System |
Set the Active XR System. |