Navigation
API > API/Plugins > API/Plugins/PixelStreaming2HMD
Enums for different XR (Extended Reality) Systems that can be used with Pixel Streaming.
| Name | EPixelStreaming2XRSystem |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2HMD/Public/PixelStreaming2HMDEnums.h |
| Include Path | #include "PixelStreaming2HMDEnums.h" |
Syntax
enum EPixelStreaming2XRSystem
{
Unknown,
HTCVive,
Quest,
}
Values
| Name | Remarks |
|---|---|
| Unknown | The XR system is unknown or not specified. |
| HTCVive | HTC Vive XR system. |
| Quest | Oculus Quest XR system. |