orchidisle/UE5-Build-Project
Cook, stage, and package projects for Unreal Engine
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 8, 2024
- License
- None
Pinned Snippet
uses: orchidisle/ue5-build-project@b81f6cd3b7129cc41acf1d101a16faacbc691937 # 0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| RUNUAT_PATH | Path to RunUAT.bat | yes | — |
| UPROJECT_PATH | Path to the .uproject file | yes | — |
| BUILD_CONFIG | Configuration to use | yes | Development |
| PLATFORM | Platform to build for | yes | — |
| CLEAN | Whether to clean | no | false |
| COOK | Whether to cook | no | true |
| STAGE | Whether to stage | no | true |
| PACKAGE | Whether to package | no | false |
| PAK | Whether to pak files | no | false |
| SERVER | Whether to include the server | no | false |
| ARCHIVE | Whether to archive | no | false |
| ARCHIVE_PATH | Archive Path | no | — |
| NULLRHI | Whether to execute commands without video output | no | false |
| EDITOR | Whether to compile the editor as well | no | true |
| ENCRYPT_INI | Encrypt INI Files | no | false |
| RELEASE | Create Release Version (Enter new release version number) | no | false |
| PATCH | Generate a patch based on a release version (enter based on release version number) | no | false |
| MAPS | Maps to build and package (comma separated list of maps, leave empty for all maps) | no | true |
| DELETE_PDB | Delete PDB (debug) files | no | false |
| ANTICHEAT_ENABLED | Enable anticheat | no | false |
| ANTICHEAT_PRIVATE_KEY | Base64 encoded private key for anticheat | no | — |
| ANTICHEAT_PUBLIC_CERT | Base64 encoded public certificate for anticheat | no | — |
Outputs
no outputs