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

23 lines
556 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "PIX on Windows GPU Capture Plugin",
"Description": "PIX on Windows graphics debugger integration.",
"Category": "Rendering",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"EnabledByDefault": true,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "PixWinPlugin",
"Type": "DeveloperTool",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64" ],
"TargetDenyList": [ "Server" ]
}
]
}