Files
UnrealEngine/Engine/Plugins/Tests/AutomationDriverTests/AutomationDriverTests.uplugin
2025-05-18 13:04:45 +08:00

24 lines
504 B
Plaintext

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