Versions Compared

Key

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

...

  1. In a Windows 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 UE5 with Visual Studio 2022 Enlighten libraries are compiled with the MSVC v14.30 toolset. Install the Visual Studio component which includes the MSVC 14.30 compiler.

    Note

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


  2. If iOS libraries are required, in a MacOS Terminal window, execute:

    Code Block
    GenerateProjectFiles.sh
    cd Engine/Source/ThirdParty/Enlighten
    chmod +x BuildAndInstallEnlighten.sh
    sh BuildAndInstallEnlighten.sh


    Tip

    Requires XCode 12.5.1 or later


  3. Build the Unreal Engine editor or game using UnrealBuildTool.

...