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_ENABLEDinput 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_KEYinput takes a Base64 encoded private key for anticheat purposes. - Public Certificate: The
ANTICHEAT_PUBLIC_CERTinput 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.