Skip to content

Choose a tag to compare

@edwardteach42 edwardteach42 released this 08 Jul 21:44
b81f6cd

Release Notes for UE5-Build-Project - Version 0.3.0

We are pleased to announce the latest update to the UE5-Build-Project GitHub Action. This version introduces a significant enhancement to the build process for Unreal Engine projects.

New Feature: Anticheat Support

ANTICHEAT_ENABLED, ANTICHEAT_PRIVATE_KEY, ANTICHEAT_PUBLIC_CERT Inputs

  • Enable Anticheat: The new ANTICHEAT_ENABLED input allows you to enable anticheat functionality in your build process. This is useful for projects that require enhanced security measures.
  • Private Key: The ANTICHEAT_PRIVATE_KEY input takes a Base64 encoded private key for anticheat purposes.
  • Public Certificate: The ANTICHEAT_PUBLIC_CERT input takes a Base64 encoded public certificate for anticheat purposes.
  • Directory Creation: If anticheat is enabled, the action will create the necessary directories and write the provided keys and certificates to the appropriate paths.