Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In a command prompt window, execute:

    Code Block
    GenerateProjectFiles.bat
    cd Engine\Source\ThirdParty\Enlighten
    BuildAndInstallEnlighten.bat 

    This scripts returns an exit code of zero if the build succeeded. Otherwise, an error is printed in the console output. 

    Tip

    When you run GenerateProjectFiles.bat, Engine\Source\ThirdParty\Enlighten\EnlightenBuildConfig.xml is generated for the installed platform SDK versions detected by UnrealBuildTool.

    If you build Enlighten UE4 with Visual Studio 2019Enlighten libraries are compiled with the MSVC 14v14.21 28 toolset. Install the Visual Studio component which includes the MSVC 14.21 28 compiler.

    If you build Enlighten UE4 with Visual Studio 2017Enlighten libraries are compiled with the MSVC v14.16 toolset. Install the Visual Studio component which includes the MSVC 14.16 compiler.


    Note

    To build Enlighten, you must install the June 2010 DirectX SDK


  2. Build the UE4 editor or game using UnrealBuildTool.

...