12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "FileVersion": 3,
- "Version": 1,
- "VersionName": "1.0",
- "FriendlyName": "HTTP Library",
- "Description": "Send HTTP requests using blueprints.",
- "Category": "Messaging",
- "CreatedBy": "Tracer Interactive",
- "CreatedByURL": "https://tracerinteractive.com",
- "DocsURL": "https://cdn.tracerinteractive.com/httplibrary/documentation.pdf",
- "MarketplaceURL": "",
- "SupportURL": "",
- "EngineVersion": "5.1.0",
- "CanContainContent": false,
- "Installed": true,
- "Modules": [
- {
- "Name": "HttpLibrary",
- "Type": "Runtime",
- "LoadingPhase": "PostConfigInit",
- "WhitelistPlatforms": [
- "Win64",
- "Mac",
- "Linux",
- "Android",
- "IOS"
- ]
- },
- {
- "Name": "HttpLibraryBlueprintSupport",
- "Type": "UncookedOnly",
- "LoadingPhase": "PostConfigInit",
- "WhitelistPlatforms": [
- "Win64",
- "Mac",
- "Linux"
- ]
- }
- ],
- "Plugins": [
- {
- "Name": "JsonLibrary",
- "Enabled": true
- }
- ]
- }
|