Files
UnrealEngineUWP/Engine/Plugins/Runtime/WindowsMixedReality/WindowsMixedReality.uplugin
David Harvey cb655c8881 WindowsMixedReality uplugin syntax fix
#jira UE-149794
#rnx
#rb trivial
#preflight skip

[CL 20361965 by David Harvey in ue5-main branch]
2022-05-25 06:00:43 -04:00

96 lines
2.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Microsoft Windows Mixed Reality",
"Description": "Support for Microsoft Windows Mixed Reality compatible devices. This plugin is deprecated and will be removed in a future engine release. Please use the Microsoft OpenXR plugin from the Marketplace instead.",
"Category": "Virtual Reality",
"CreatedBy": "Microsoft Corporation",
"CreatedByURL": "http://www.microsoft.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "WindowsMixedRealityRuntimeSettings",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "WindowsMixedRealityHMD",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "WindowsMixedRealitySpatialInput",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "WindowsMixedRealityHandTracking",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "WindowsMixedRealityPlatformEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "WindowsMixedRealityEyeTracker",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "WindowsMixedRealityInputSimulation",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "HoloLensAR",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "LiveLink",
"Enabled": true
}
]
}