Files
UnrealEngineUWP/Engine/Plugins/Runtime/Database/RemoteDatabaseSupport/RemoteDatabaseSupport.uplugin
jamie dale cd62643354 Removed the hidden flag that was accidentally added to some plugins
This stopped them appearing in the plugin browser

#rb none
#lockdown Cristina.Riveron

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: jamie.dale
#ROBOMERGE-SOURCE: CL 4713556 in //UE4/Main/...
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4713580 by jamie dale in Dev-Networking branch]
2019-01-11 16:19:05 -05:00

30 lines
595 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Remote Database Support",
"Description": "Remote Database Support",
"Category": "Database",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RemoteDatabaseSupport",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "DatabaseSupport",
"Enabled": true
}
]
}