# AppCmderUE **Repository Path**: ue5_1/AppCmderUE ## Basic Information - **Project Name**: AppCmderUE - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-22 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is an Unreal Engine plugin that can easily specify command-line parameters for Android through adb. Usage: choose engine version bat script(\*_ue4.bat/\*ue5.bat). ```bash append_cmd_ue4.bat com.imzlp.gworld "-test123" "-test456" "-test789" ``` Log: ```txt Final commandline: ../../../Blank426/Blank426.uproject -test123 -test456 -test789 ```