Navigation
API > API/Plugins > API/Plugins/OpenXRHandTracking
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UOpenXRHandTrackingSettings
References
| Module | OpenXRHandTracking |
| Header | /Engine/Plugins/Runtime/OpenXRHandTracking/Source/OpenXRHandTracking/Public/OpenXRHandTrackingSettings.h |
| Include | #include "OpenXRHandTrackingSettings.h" |
Syntax
UCLASS&40;Config&61;Input, defaultconfig&41;
class UOpenXRHandTrackingSettings : public UObject
Remarks
Implements the settings for the OpenXR Input plugin.
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| bool | bSupportLegacyControllerMotionSources | If true hand tracking supports the 'Left' and 'Right' legacy motion sources. | ||
| bool | bUseMoreSpecificMotionSourceNames | If false (the default) the motion sources for hand tracking will be of the form '[Left | Right][Keypoint]'. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UOpenXRHandTrackingSettings
(
const FObjectInitializer& ObjectInitializer |