Files
UnrealEngineUWP/Engine/Plugins/Developer/RenderDocPlugin/RenderDocPlugin.uplugin
Michael Sartain d5dc488df9 Add Linux Support to RenderDocPlugin
Either the qrenderdoc binary needs to be on the PATH, or renderdoc.BinaryPath must be set.

File dialog to locate qrenderdoc binary is currently ifdef'd out until we can get a Linux system dialog implemented.

#jira UE-140925
#review-18881012 @Brandon.Schaefer, @Robert.Seiver
#fyi Will.Damon
#preflight 18880667

[CL 18889772 by Michael Sartain in ue5-main branch]
2022-02-07 13:57:00 -05:00

25 lines
569 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "RenderDoc Plugin",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Fredrik Lindh (Temaran)",
"CreatedByURL" : "https://github.com/Temaran/UE4RenderDocPlugin",
"DocsURL" : "https://renderdoc.org/docs/index.html",
"Description" : "RenderDoc graphics debugger/profiler integration.",
"Category" : "Rendering",
"EnabledByDefault" : false,
"Modules" :
[
{
"Name": "RenderDocPlugin",
"Type": "DeveloperTool",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux"
]
}
]
}