Versions Compared

Key

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

...

  1. In a command prompt window, execute:

    Code Block
    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

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


  2. Build the UE4 editor or game using UnrealBuildTool.
Tip

By default, UnrealBuildTool doesn't detect changes to third party headers during an incremental build. To work around this, delete the Engine/Intermediate/Build folder to force a full UE4 build

...

.

...

tip

If you make regular changes to Enlighten headers, to enable incremental builds, enable bCheckExternalHeadersForModification in your BuildConfiguration.xml.

...