Unreal-ModSupport/ModSupport.uplugin

34 lines
637 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Mod Support",
"Description": "",
"Category": "Other",
"CreatedBy": "_Redstone_c_",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ModSupport",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "ModSupportEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PluginBrowser",
"Enabled": true
}
]
}