Files
UnrealEngineUWP/Engine/Plugins/Runtime/WindowsMixedReality/WindowsMixedReality.uplugin
fieldsJacksonG e1b4c13b7e Unshelved from pending changelist '18540094':
PR #8767: Deprecate WMR (Contributed by fieldsJacksonG)

#preflight 18625839
#rb jeff.fisher
#jira UE-138625

#ROBOMERGE-AUTHOR: steve.smith
#ROBOMERGE-SOURCE: CL 18668535 in //UE5/Release-5.0/... via CL 18668690 via CL 18668769
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v901-18665521)

[CL 18668796 by fieldsJacksonG in ue5-main branch]
2022-01-19 18:42:21 -05:00

113 lines
2.2 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",
"HoloLens"
],
"Modules": [
{
"Name": "WindowsMixedRealityRuntimeSettings",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"HoloLens"
]
},
{
"Name": "WindowsMixedRealityHMD",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"HoloLens"
]
},
{
"Name": "WindowsMixedRealitySpatialInput",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"HoloLens"
]
},
{
"Name": "WindowsMixedRealityHandTracking",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"HoloLens"
]
},
{
"Name": "WindowsMixedRealityPlatformEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"HoloLens"
]
},
{
"Name": "WindowsMixedRealityEyeTracker",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"HoloLens"
]
},
{
"Name": "WindowsMixedRealityRHI",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"HoloLens"
]
},
{
"Name": "WindowsMixedRealityInputSimulation",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "HoloLensAR",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"HoloLens",
"Win64"
]
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "LiveLink",
"Enabled": true
}
]
}