Files
UnrealEngine/Engine/Plugins/Developer/RenderDocPlugin/RenderDocPlugin.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

25 lines
568 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" : true,
"Modules" :
[
{
"Name": "RenderDocPlugin",
"Type": "DeveloperTool",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux"
]
}
]
}