Files
UnrealEngineUWP/Engine/Plugins/Bridge/Bridge.uplugin
Marc Audy 0c3be2b6ad Merge Release-Engine-Staging to Test @ CL# 18240298
[CL 18241953 by Marc Audy in ue5-release-engine-test branch]
2021-11-18 14:37:34 -05:00

49 lines
932 B
Plaintext

{
"FileVersion": 3,
"Version": 4,
"VersionName": "2021.0.4",
"FriendlyName": "Bridge",
"Description": "Megascans Link for Quixel Bridge.",
"Category": "Editor",
"CreatedBy": "Quixel",
"CreatedByURL": "https://www.quixel.se",
"DocsURL": "https://help.quixel.com/hc/en-us/sections/360005846137-Quixel-Bridge-for-Unreal-Engine-5",
"MarketplaceURL": "",
"SupportURL": "support@quixel.com",
"CanContainContent": true,
"EnabledByDefault": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
],
"Modules": [
{
"Name": "Bridge",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "MegascansPlugin",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "EditorScriptingUtilities",
"Enabled": true
}
]
}