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 (BlueprintPure, Category="Input|MotionTracking")
static bool IsMotionTrackingEnabledForComponent
(
const class UMotionControllerComponent * MotionControllerComponent
)
Remarks
Returns true if tracking is enabled for the specified device. (Boolean) true if the specified device is set to be tracked.
Parameters
| Name | Description |
|---|---|
| MotionControllerComponent | (in) The motion controller component who's associated device is targeted. |