Installation
Steps
- Run the UDK Installer and complete the setup.
- The Source code will be located in
C:\UDK\<PROJECT>\Developement\Src
- Each folder there is called a
Package
, in which there is aClasses
folder that contains all the.uc
files.
- The Source code will be located in
- Create a Package with your mod name, then create the Classes folder inside.
Recommended Text Editor Setup
Visual Studio Code is recommended.
Visual Studio Code users can use this extension in order to have syntax highlighting and code completion for Unreal Script.