Files
UnrealEngineUWP/Engine/Plugins/Experimental/Web/WebAPI/WebAPI.uplugin
George Rolfe d5e0097429 WebAPI plugin moved to experimental
#jira UE-159081
#rb none
#preflight 62cb89d7604402cc47bfce7e

[CL 21036518 by George Rolfe in ue5-main branch]
2022-07-10 22:56:39 -04:00

56 lines
1.1 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": "",
"EnabledByDefault" : false,
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"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
}
]
}