Files
UnrealEngineUWP/Engine/Plugins/Developer/RenderDocPlugin/RenderDocPlugin.uplugin
Ben Marsh 3d2f998b03 Change RenderDoc plugin to uncooked only, mimicing previous behavior of being initialized regardless of whether the editor is starting or not.
#rb none
#jira UE-81284
#fyi Patrick.Boutot

[CL 9423103 by Ben Marsh in Main branch]
2019-10-04 16:50:48 -04:00

25 lines
572 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" : "UncookedOnly",
"LoadingPhase" : "PostConfigInit",
"WhitelistPlatforms": [
"Win32",
"Win64"
]
}
]
}