Files
UnrealEngineUWP/Engine/Plugins/Runtime/Database/SQLiteSupport/SQLiteSupport.uplugin
Joe Conley bd84f51dbe #jira UE-77486 - Re-enable SQLite for HoloLens
Merging using //UE4/Partner-Microsoft-XR/_to_//UE4/Release-4.23/

Allow for SQLite in HoloLens builds
#RB Ben.Marsh

[CL 7434423 by Joe Conley in 4.23 branch]
2019-07-17 18:44:36 -04:00

34 lines
631 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"
}
],
"Plugins": [
{
"Name": "DatabaseSupport",
"Enabled": true
},
{
"Name": "SQLiteCore",
"Enabled": true
}
]
}