AnKangCAVE51/AnKang/Windows/Engine/Plugins/Developer/DumpGPUServices/DumpGPUServices.uplugin

27 lines
663 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Dump GPU Services",
"Description": "Implements automatic upload services for the DumpGPU command.",
"Category": "Rendering",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "DumpGPUServices",
"Type": "Runtime",
"LoadingPhase": "Default",
"TargetDenyList": [ "Server" ],
"TargetConfigurationDenyList": [ "Shipping" ]
}
]
}