You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
55 lines
1.0 KiB
Plaintext
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
|
|
}
|
|
]
|
|
}
|