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