Navigation
API > API/Plugins > API/Plugins/RemoteSession
| Name | FXRTrackingProxy |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionXRTrackingChannel.h |
| Include Path | #include "Channels/RemoteSessionXRTrackingChannel.h" |
Syntax
class FXRTrackingProxy : public FXRTrackingSystemBase
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXRTrackingProxy
(
IARSystemSupport* InARSystemSupport |
Channels/RemoteSessionXRTrackingChannel.h |
Functions
Public
Overridden from IXRTrackingSystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DoesSupportPositionalTracking() |
Channels/RemoteSessionXRTrackingChannel.h | ||
virtual bool EnumerateTrackedDevices
(
TArray< int32 >& OutDevices, |
Channels/RemoteSessionXRTrackingChannel.h | ||
virtual bool GetCurrentPose
(
int32 DeviceId, |
Channels/RemoteSessionXRTrackingChannel.h | ||
virtual float GetWorldToMetersScale() |
Channels/RemoteSessionXRTrackingChannel.h | ||
virtual int32 GetXRSystemFlags() |
Channels/RemoteSessionXRTrackingChannel.h | ||
virtual bool IsHeadTrackingAllowed() |
Channels/RemoteSessionXRTrackingChannel.h | ||
virtual bool IsTracking
(
int32 DeviceId |
Channels/RemoteSessionXRTrackingChannel.h | ||
virtual void ResetOrientationAndPosition
(
float Yaw |
Channels/RemoteSessionXRTrackingChannel.h |
Overridden from IXRSystemIdentifier
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetSystemName() |
Channels/RemoteSessionXRTrackingChannel.h |