Navigation
API > API/Plugins > API/Plugins/PixelStreamingHMD
The public interface of the Pixel Streaming HMD module.
| Name | IPixelStreamingHMDModule |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingHMD/Public/IPixelStreamingHMDModule.h |
| Include Path | #include "IPixelStreamingHMDModule.h" |
Syntax
class IPixelStreamingHMDModule : public IHeadMountedDisplayModule
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPixelStreamingXRSystem GetActiveXRSystem() |
Get the Active XR System. | IPixelStreamingHMDModule.h | |
FPixelStreamingHMD * GetPixelStreamingHMD() |
Get the Pixel Streaming HMD object. | IPixelStreamingHMDModule.h | |
void SetActiveXRSystem
(
EPixelStreamingXRSystem System |
IPixelStreamingHMDModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IPixelStreamingHMDModule & Get () |
Singleton-like access to this module's interface. | IPixelStreamingHMDModule.h | |
static bool IsAvailable() |
Checks to see if this module is loaded. | IPixelStreamingHMDModule.h |