Files
UnrealEngineUWP/Engine/Plugins/Developer/PixWinPlugin/PixWinPlugin.uplugin
Marc Audy 0cbbc781ca Merge UE5/Release-Engine-Staging @ 15740152 to UE5/Main
This represents UE4/Main @ 15709114

[CL 15740605 by Marc Audy in ue5-main branch]
2021-03-18 15:20:03 -04:00

22 lines
516 B
Plaintext

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