Files
UnrealEngine/Engine/Plugins/Enterprise/DatasmithC4DImporter/DatasmithC4DImporter.uplugin
2025-05-18 13:04:45 +08:00

43 lines
873 B
Plaintext

{
"FileVersion" : 3,
"Version" : 2,
"VersionName" : "1.1",
"FriendlyName" : "Datasmith C4D Importer",
"Description" : "Adds support for importing content from Cinema4D applications into Unreal Engine",
"Category" : "Importers",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "https://docs.unrealengine.com/en-US/WorkingWithContent/Importing/Datasmith/",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedTargetPlatforms":
[
"Win64",
"Mac"
],
"Modules" :
[
{
"Name" : "DatasmithC4DTranslator",
"Type" : "Runtime",
"LoadingPhase" : "PostDefault",
"PlatformAllowList" :
[
"Win64",
"Mac"
]
}
],
"Plugins":
[
{
"Name": "DatasmithImporter",
"Enabled": true
}
]
}