Files
UnrealEngine/Engine/Plugins/Interchange/Extensions/OpenUSD/InterchangeOpenUSD.uplugin
2025-05-18 13:04:45 +08:00

60 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Interchange OpenUSD",
"Description": "Allows translation of OpenUSD files via the Interchange framework",
"Category": "Importers",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"IsExperimentalVersion": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Mac"
],
"Modules": [
{
"Name": "InterchangeOpenUSDImport",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InterchangeOpenUSDEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Interchange",
"Enabled": true
},
{
"Name": "InterchangeEditor",
"Enabled": true,
"TargetAllowList": [
"Editor",
"Program"
]
},
{
"Name": "InterchangeOpenVDB",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "USDCore",
"Enabled": true
}
]
}