-
Notifications
You must be signed in to change notification settings - Fork 0
Usage Instructions
-
Ensure that you have JDK 21 or later installed. This documentation focuses only on how to use the program. Installation steps for JDK 21 are not covered here.
-
Place the program in the root directory of the UE5 project you want to check (e.g., G:\Test). Open a command prompt directly from the root directory: In Windows File Explorer, click the address bar, type CMD, and press Enter. This opens a command prompt starting from the current folder, avoiding the need for CD commands.

3.Run the command:
java -jar NameCheckForUE_V0.1.jar
Press Enter. You will see a language selection prompt. Follow the on-screen instructions.

You can add a runtime parameter to specify the target directory. For example:
java -jar NameCheckForUE_V0.1.jar G:\Project
This command will check files under G:\Project instead of the default directory.