Navigation
API > API/Plugins > API/Plugins/PixelStreaming2HMD
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.
| Name | IPixelStreaming2HMD |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2HMD/Public/IPixelStreaming2HMD.h |
| Include Path | #include "IPixelStreaming2HMD.h" |
Syntax
class IPixelStreaming2HMD
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetEyeViews
(
FTransform Left, |
Set the eye views, including the eye positions and their respective projection matrices. | IPixelStreaming2HMD.h | |
void SetTransform
(
FTransform Transform |
Set the transform for the HMD. | IPixelStreaming2HMD.h |