Files
UnrealEngineUWP/Engine/Plugins/Bridge/Bridge.uplugin
joe kilner c9dbe3c82f Refactor MetaHumanProjectUtilities module into its own plugin.
#rb bojan.brankov, thales.sabino

[CL 31120469 by joe kilner in 5.4 branch]
2024-02-02 06:01:28 -05:00

53 lines
1001 B
Plaintext

{
"FileVersion": 3,
"Version": 40,
"VersionName": "2024.0.1",
"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
},
{
"Name": "MetaHumanProjectUtilities",
"Enabled": true
}
]
}