Files
UnrealEngineUWP/Engine/Plugins/Tests/AutomationDriverTests/AutomationDriverTests.uplugin
Jerome Delattre 1757965393 Moving AutomationDriver tests to its own plugin so user can enable it an run the sample more easily.
#jira none
#rb Justin.Sargent
#rnx

[CL 14694238 by Jerome Delattre in ue5-main branch]
2020-11-09 17:16:54 -04:00

24 lines
503 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Automation Driver Tests",
"Description": "",
"Category": "Testing",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "AutomationDriverTests",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
]
}