Files
UnrealEngineUWP/Engine/Plugins/Runtime/Interchange/Interchange.uplugin
Alexis Matte 93660a4d0c Make sure Interchange runtime plugin description is ok
#rb none
#jira none
#rnx

[CL 16510094 by Alexis Matte in ue5-main branch]
2021-05-31 13:58:05 -04:00

57 lines
1.2 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Interchange Framework",
"Description": "Interchange framework plugin implement all engine importers and exporters.",
"Category": "Importers",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"IsHidden": true,
"Modules": [
{
"Name": "InterchangeNodes",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InterchangeImport",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InterchangeExport",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InterchangePipelines",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InterchangeDispatcher",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InterchangeFbxParser",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
}
],
"IsExperimentalVersion": false,
"SupportedPrograms": [ "InterchangeWorker" ]
}