Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRTrackingSystem
- IXRTrackingSystem::GetXRCamera()
- FXRTrackingSystemBase::GetXRCamera()
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include | #include "IXRTrackingSystem.h" |
TSharedPtr< class IXRCamera, ESPMode::ThreadSafe > GetXRCamera
&40;
int32 DeviceId
&41;
Remarks
Get the IXCamera instance for the given device. a shared pointer to an IXRCamera.
Parameters
| Name | Description |
|---|---|
| DeviceId | the device the camera should track. |