You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-185161 #preflight 64775c9e0848b7126dcb06f0 #preflight JeanLuc.Corenthin [CL 25720625 by kerim borchaev 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"