You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UETOOL-4973 #rb emil.kirichev #preflight 6297ab495e715bebb2b6c799 #lockdown jeanmichel.dignard #ROBOMERGE-AUTHOR: jeanluc.corenthin #ROBOMERGE-SOURCE: CL 20457604 in //UE5/Release-5.0/... via CL 20458590 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v952-20449836) [CL 20461855 by jeanluc corenthin in ue5-main branch]
- Exporter plugins Setup environment variables to point to appropriate SDK path, e.g.(for Navisowrks 2019): Navisworks_2019_API=C:\Program Files\Autodesk\Navisworks Manage 2019\ Built from DatasmithNavisworksPlugin/DatasmithNavisworks.sln Choose appropriate solution config, e.g. 'Release2019' for Navisworks 2019 - Installer Is build with Installer\Installer.sln It bundles plugins for all versions(so these versions need to be built prior to building the installer) - How to test build with BuildGraph locally Engine\Build\BatchFiles\RunUAT.bat BuildGraph -NoCompile -Script=Engine/Restricted/NotForLicensees/Build/InternalEngineBuild.xml -SingleNode="Compile Datasmith Navisworks Exporter" -Target="Package Enterprise" Engine\Build\BatchFiles\RunUAT.bat BuildGraph -NoCompile -Script=Engine/Restricted/NotForLicensees/Build/InternalEngineBuild.xml -SingleNode="Build Datasmith Navisworks Installer" -Target="Package Enterprise"