Files
UnrealEngineUWP/Engine/Plugins/Experimental/Interchange/Editor/InterchangeEditor.uplugin
Alexis Matte 2dc81e36ad Add a translator API function to get a list of extensions for a specific asset. Also add a file picker Interchange can use from its runtime code.
#jira UETOOL-5049
#rb none
#rnx
#preflight 6245d462e434babd8af60383
#preflight 6245dc05292f228e0904a5e9

[CL 19574783 by Alexis Matte in ue5-main branch]
2022-03-31 13:13:24 -04:00

50 lines
1.0 KiB
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"
},
{
"Name": "InterchangeResultsBrowser",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "InterchangeEditorUtilities",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Interchange",
"Enabled": true,
"TargetAllowList": [
"Editor",
"Program"
]
}
],
"IsExperimentalVersion": false
}