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

47 lines
960 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Datasmith FBX Importer",
"Description" : "Adds support for importing content from DeltaGen and VRED into Unreal Engine",
"Category" : "Importers",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "DatasmithVREDTranslator",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit"
},
{
"Name": "DatasmithDeltaGenTranslator",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "DatasmithFBXTranslator",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins":
[
{
"Name": "DatasmithImporter",
"Enabled": true
},
{
"Name": "DatasmithContent",
"Enabled": true
}
]
}