You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#preflight 624332dff73c316f68ce6de5 #rb JeanLuc.Corenthin [CL 19556626 by Johan Duparc 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"