Files
UnrealEngineUWP/Engine/Plugins/Runtime/OpenXRHandTracking/OpenXRHandTracking.uplugin
Marc Audy 01b7c9f4f5 Merge UE5/RES @ 15958325 to UE5/Main
This represents UE4/Main @ 15913390 and Dev-PerfTest @ 15913304

[CL 15958515 by Marc Audy in ue5-main branch]
2021-04-08 14:32:07 -04:00

53 lines
940 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "OpenXRHandTracking",
"Description": "OpenXR Hand Tracking provides XR_EXT_hand_tracking support.",
"Category": "Virtual Reality",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"HoloLens",
"Android"
],
"Modules": [
{
"Name": "OpenXRHandTracking",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64",
"Linux",
"HoloLens",
"Android"
]
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true,
"WhitelistPlatforms": [
"Win64",
"Linux",
"HoloLens",
"Android"
]
},
{
"Name": "LiveLink",
"Enabled": true
}
]
}