Files
UnrealEngineUWP/Engine/Plugins/Runtime/OpenXRHandTracking/OpenXRHandTracking.uplugin
David Harvey 45bd3d573d Remaining HoloLens platform extension files for engine plugins.
#jira UE-149794
#rnx
#rb trivial
#preflight 628f773c911f194ea72fc444

[CL 20378298 by David Harvey in ue5-main branch]
2022-05-26 08:57:05 -04:00

49 lines
891 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": true,
"IsBetaVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
],
"Modules": [
{
"Name": "OpenXRHandTracking",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux",
"Android"
]
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true,
"PlatformAllowList": [
"Win64",
"Linux",
"Android"
]
},
{
"Name": "LiveLink",
"Enabled": true
}
]
}