Navigation
API > API/Plugins > API/Plugins/PixelStreamingHMD
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IHeadMountedDisplayModule
- IPixelStreamingHMDModule
References
| Module | PixelStreamingHMD |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingHMD/Public/IPixelStreamingHMDModule.h |
| Include | #include "IPixelStreamingHMDModule.h" |
Syntax
class IPixelStreamingHMDModule : public IHeadMountedDisplayModule
Remarks
The public interface of the Pixel Streaming HMD module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IPixelStreamingHMDModule & | Get () |
Singleton-like access to this module's interface. | |
| EPixelStreamingXRSystem | Get the Active XR System. | ||
| FPixelStreamingHMD * | Get the Pixel Streaming HMD object. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded. | |
| void | SetActiveXRSystem
(
EPixelStreamingXRSystem System |