Files
UnrealEngineUWP/Engine/Plugins/Bridge/Bridge.uplugin
ahmed rizwan 23531f8907 Add proxy support in Bridge plugin
#jira UE-150461
#preflight none

#ROBOMERGE-AUTHOR: ahmed.rizwan
#ROBOMERGE-SOURCE: CL 19947427 in //UE5/Release-5.0/... via CL 19948782
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)

[CL 19952563 by ahmed rizwan in ue5-main branch]
2022-04-28 02:04:13 -04:00

49 lines
932 B
Plaintext

{
"FileVersion": 3,
"Version": 9,
"VersionName": "2022.0.3",
"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
}
]
}