Files
UnrealEngineUWP/Engine/Plugins/RenderGraphInsights/RenderGraphInsights.uplugin
zach bethel 274c3b2ba7 RDG Insights Plugin
#jira none
#rb catalin.dragoiupruna

[CL 15296346 by zach bethel in ue5-main branch]
2021-02-03 13:17:04 -04:00

29 lines
634 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "RDG Insights",
"Description": "Allows debugging of RDG via Unreal Insights",
"Category": "Insights",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"SupportedPrograms": [ "UnrealInsights" ],
"Modules": [
{
"Name": "RenderGraphInsights",
"Type": "EditorAndProgram",
"LoadingPhase": "Default",
"WhitelistPrograms": [
"UnrealInsights"
]
}
]
}