You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- IDatasmithMasterMaterialElement has become IDatasmithMaterialInstanceElement - EDatasmithMasterMateriallType has become EDatasmithReferenceMaterialType - IDatasmithMasterMaterialElement is signaled as deprecated and not supported in 5.2 - The MasterMaterial tag is replaced by MaterialInstance, reading and writing. Reading the MasterMaterial tag is supported for previous versions. - Clients should still be able to compile against Datasmith SDK without changing anything. However, warnings of deprecation will be logged. - Directories, files and assets which named contained banned words have been renamed too. Redirect directives in the DatasmithContent module have been added for existing assets #jira none #rb johan.duparc #preflight 6307c702aa0fda29197c01fd [CL 21570510 by JeanLuc Corenthin in ue5-main branch]
1) You need to have a licensed version of Solidworks to build this plugin The solidowrks DLLs needed are the following: SolidWorks.Interop.sldworks.dll SolidWorks.Interop.swcommands.dll SolidWorks.Interop.swconst.dll SolidWorks.Interop.swmotionstudy.dll SolidWorks.Interop.swpublished.dll solidworkstools.dll 2) Build the DatasmithSolidorks project 3) Signing [TBD] 4) Find the installer executable in Engine\Source\Programs\Enterprise\Datasmith\DatasmithSolidworksExporter\Installer\bin\Release\en-us 5) The installer procedure will create a folder in the predefined binaries directory: Engine\Binaries\Win64\Solidworks This directory should contain the final compiled installer, but at the time of this writing it will receive the compiled DLL instead (which is useless). 6) Modifying the project Unreal is unaware of changes to the project. If files are added or removed from the Private folder, run generateprojectfiles.bat to update the Solution, but don't forget to manually modify the C# project as well Engine\Source\Programs\Enterprise\Datasmith\DatasmithSolidworksExporter\DatasmithSolidworks\DatasmithSolidworks.csproj Because Unreal is unaware of changes to these files (the C# build is not part of BuildTool's C++ based building process), you may have to invalidate the build by manually removing the following folders: Engine\Binaries\Win64\Solidworks Engine\Intermediate\Build\Win64\DatasmithSolidworks 7) VERSION To change the version, modify the two relevant version properties properties in file Engine\Source\Programs\Enterprise\Datasmith\DatasmithSolidworksExporter\DatasmithSolidworks\Properties\AssemblyInfo.cs