You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#preflight 628cb17a5665463c21fc767e #jira UE-149794 #rnx #rb Jeff.Fisher [CL 20361213 by David Harvey in ue5-main branch]
63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"FriendlyName" : "OpenXR",
|
|
"Description" : "OpenXR is an open VR/AR standard",
|
|
"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": "OpenXRHMD",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostConfigInit",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux",
|
|
"Android"
|
|
]
|
|
},
|
|
{
|
|
"Name": "OpenXRInput",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostEngineInit",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux",
|
|
"Android"
|
|
]
|
|
},
|
|
{
|
|
"Name": "OpenXRAR",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostConfigInit",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux",
|
|
"Android"
|
|
]
|
|
},
|
|
{
|
|
"Name": "OpenXREditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux"
|
|
]
|
|
}
|
|
]
|
|
} |