Navigation
API > API/Plugins > API/Plugins/PixelStreamingHMD > API/Plugins/PixelStreamingHMD/FPixelStreamingHMD
- IXRTrackingSystem::GetRelativeEyePose()
- FXRTrackingSystemBase::GetRelativeEyePose()
- FPixelStreamingHMD::GetRelativeEyePose()
References
| Module | PixelStreamingHMD |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingHMD/Public/PixelStreamingHMD.h |
| Include | #include "PixelStreamingHMD.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingHMD/Private/PixelStreamingHMD.cpp |
virtual bool GetRelativeEyePose
(
int32 DeviceId,
int32 ViewIndex,
FQuat & OutOrientation,
FVector & OutPosition
)
Remarks
If the device id represents a head mounted display, fetches the relative position of the given eye relative to the eye. If the device is does not represent a stereoscopic tracked camera, orientation and position should be identity and zero and the return value should be false.