Files
UnrealEngineUWP/Engine/Plugins/Editor/AssetSearch/AssetSearch.uplugin
jamie dale a6421268b8 Don't load AssetSearch in commandlets
#jira
[FYI] Nick.Darnell
#rb none


#ROBOMERGE-SOURCE: CL 11891695 via CL 11891733 via CL 11891749
#ROBOMERGE-BOT: (v656-11643781)

[CL 11891759 by jamie dale in Main branch]
2020-03-03 18:08:35 -05:00

30 lines
554 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Asset Search",
"Description": "",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "AssetSearch",
"Type": "EditorNoCommandlet",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "SQLiteCore",
"Enabled": true
}
]
}