Files
UnrealEngineUWP/Engine/Plugins/Web/HttpBlueprint/HttpBlueprint.uplugin
George Rolfe 5d4a229182 Http for Blueprint
#jira UETOOL-4465
#preflight 622febfb6065b4ecd3dd2858
#rb simon.therriault

[CL 19381806 by George Rolfe in ue5-main branch]
2022-03-14 22:09:21 -04:00

36 lines
691 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "HttpBlueprint",
"Description": "Allows for sending and receiving HTTP requests in Blueprint",
"Category": "Web",
"CreatedBy": "Epic Games",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "HttpBlueprint",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "HttpBlueprintGraph",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "JsonBlueprintUtilities",
"Enabled": true
}
]
}