Navigation
API > API/Plugins > API/Plugins/PixelStreaming2HMD
References
| Module | PixelStreaming2HMD |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2HMD/Public/IPixelStreaming2HMD.h |
| Include | #include "IPixelStreaming2HMD.h" |
Syntax
class PIXELSTREAMING2IPixelStreaming2HMD
Remarks
Interface class that allows for setting the transform data for a Head Mounted Display (HMD). The transform and projection matrix for each eye can be individually set.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetEyeViews
(
FTransform Left, |
Set the eye views, including the eye positions and their respective projection matrices. | |
| void | SetTransform
(
FTransform Transform |
Set the transform for the HMD. |