FXRTrackingProxy::IsTracking

Check current tracking status of a device.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RemoteSession

Header

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionXRTrackingChannel.h

Include

#include "Channels/RemoteSessionXRTrackingChannel.h"

Syntax

virtual bool IsTracking
(
    int32 DeviceId
)

Remarks

Check current tracking status of a device. The default implementation returns the result of calling GetCurrentPose(DeviceId, ...), ignoring the returned pose.

Returns

true if the system currently has valid tracking info for the given device ID.

Parameters

Parameter

Description

DeviceId

the device to request status for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss