Navigation
API > API/Plugins > API/Plugins/XRBase > API/Plugins/XRBase/UMotionTrackedDeviceFunctionLibr-
References
| Module | XRBase |
| Header | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/MotionTrackedDeviceFunctionLibrary.h |
| Include | #include "MotionTrackedDeviceFunctionLibrary.h" |
| Source | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Private/MotionTrackedDeviceFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Input|MotionTracking",
Meta=(DeprecatedFunction, DeprecationMessage="EControllerHand has been deprecated, please use DisableMotionTrackingOfSource instead."))
static void DisableMotionTrackingOfDevice
(
int32 PlayerIndex,
EControllerHand Hand
)
Remarks
Disable tracking of the specified controller, by player index and tracked device type.
Parameters
| Name | Description |
|---|---|
| PlayerIndex | (in) The index of the player. |
| Hand | (in) The tracked device type. |