Files
UnrealEngineUWP/Engine/Plugins/Web/WebAPI/WebAPI.uplugin
George Rolfe 74b702da3b WebAPI uplugin details
#rb none
#jira none
#preflight none

[CL 20433747 by George Rolfe in ue5-main branch]
2022-05-30 22:28:46 -04:00

55 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "WebAPI",
"Description": "Automated generation of web based API's,",
"Category": "Web",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "WebAPI",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "WebAPIEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "WebAPIBlueprintGraph",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "WebAPIOpenAPI",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "WebAPILiquidJS",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PluginBrowser",
"Enabled": true
},
{
"Name": "WebSocketNetworking",
"Enabled": true
}
]
}