Files
UnrealEngineUWP/Engine/Plugins/Runtime/Database/SQLiteSupport/SQLiteSupport.uplugin
ben marsh fba3aba72f Fixing HoloLens installed build
#jira
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 6980495 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)

[CL 6980497 by ben marsh in Main branch]
2019-06-13 17:06:11 -04:00

37 lines
679 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "SQLite Support",
"Description": "SQLite 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": "SQLiteSupport",
"Type": "Runtime",
"LoadingPhase": "Default",
"BlacklistPlatforms": [
"HoloLens"
]
}
],
"Plugins": [
{
"Name": "DatabaseSupport",
"Enabled": true
},
{
"Name": "SQLiteCore",
"Enabled": true
}
]
}