Files
UnrealEngineUWP/Engine/Plugins/Runtime/MixedRealityCaptureFramework/MixedRealityCaptureFramework.uplugin
Robb Surridge 610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00

36 lines
785 B
Plaintext

{
"FileVersion": 3,
"FriendlyName": "Mixed Reality Capture Framework",
"Version": 1,
"VersionName": "1.0",
"Description": "A simple framework that provides users a way to integrate mixed reality capture into their VR projects.",
"Category": "Virtual Reality",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"SupportURL": "https://answers.unrealengine.com/",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Modules": [
{
"Name": "MixedRealityCaptureFramework",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux"
]
}
],
"Plugins": [
{
"Name": "OpenCVLensDistortion",
"Enabled": true
}
]
}