actions-marketplace-validations/Build Unreal Engine 5 action

This action builds ue5 project on win or osx. You can build for dev or for shipping

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 10, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/fork-on-the-table-collective_ue5-build-action@5be2d032bab93535efca09cc7aa2f4ee53e69753 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
enginePathPath to UE enigne folder (C:/Program Files/Epic Games/UE_5.4)yes""
uprojectPathPath to your uproject fileyes""
builConfigConfiguration to use. (Development, or Shipping)noDevelopment
platformWin64 or MacnoWin64
cleanWhether to cleannofalse
cookWhether to cooknotrue
compressedWhether compressednotrue
UpdateIfNeededWhether update is needednotrue
stageWhether to stagnotrue
packageWhether to packagenofalse
pakWhether to pak filesnofalse
serverWhether to include the servernofalse
archiveWhether to pak archivenofalse
archivePathArchive pathno""
nullrhiWhether to execute commands without video outputnofalse
editorWhether to compile the editor as wellnotrue
encryptinifilesEncrypt INI Filesnofalse
releaseCreate Release Version (Enter new release version number)nofalse
patchGenerate a patch based on a release version (enter based on release version number)nofalse
mapsMaps to build and package (comma separated list of maps, leave false for all maps)nofalse
deletePDBDelete PDB (debug) filesnofalse
anticheatEnabledEnable anticheatnofalse
anticheatPrivateKeyBase64 encoded private key for anticheatno""
anticheatPublicCertBase64 encoded public certificate for anticheatno""

no outputs