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

30 lines
618 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "AutomatedPerfTesting",
"Description": "This plugin provides Gauntlet Test Controllers to facilitate automatic performance testing.",
"Category": "Testing",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "AutomatedPerfTesting",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Gauntlet",
"Enabled": true
}
]
}