You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
25 lines
569 B
Plaintext
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"
|
|
]
|
|
}
|
|
]
|
|
}
|