Files
UnrealEngineUWP/Engine/Plugins/Runtime/Database/SQLiteSupport/SQLiteSupport.uplugin
Ryan Vance 7c51ff94af Merging //UE4/Dev-Main to Dev-VR (//UE4/Dev-VR)
CL 1 of 8
#rb integration

[CL 4748712 by Ryan Vance in Dev-VR branch]
2019-01-17 18:54:05 -05: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
}
]
}