Files
UnrealEngineUWP/Engine/Plugins/Editor/InterchangeEditor/InterchangeEditor.uplugin
Alexis Matte cfa83cb746 Create a graph inspector pipeline to be able to debug interchange graph
#jira UETOOL-3246
#rb richard.talbotwatkin

[CL 16004527 by Alexis Matte in ue5-main branch]
2021-04-14 09:34:33 -04:00

40 lines
853 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Interchange Editor",
"Description": "Interchange Editor plugin pull on Interchange plugin to allow us to force interchange plugin in editor.",
"Category": "Importers",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "InterchangeEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "InterchangeEditorPipelines",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Interchange",
"Enabled": true,
"WhitelistTargets": [
"Editor",
"Program"
]
}
],
"IsExperimentalVersion": false
}