Files
FNGameProj/Plugins/EmbeddedCommunication/EmbeddedCommunicationJSBridge/EmbeddedCommunicationJSBridge.uplugin
T
2024-01-21 00:41:14 +01:00

33 lines
710 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Embedded Communication JS Bridge",
"Description": "JS Bridge providing access to embedded communication functions",
"Category": "Misc",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "EmbeddedCommunicationJSBridge",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "WebBrowserNativeProxy",
"Enabled": true
}
]
}