Info |
---|
If your project is already in C++, then skip this sectionWhy convert the project into a C++ project?
|
Follow the steps to convert the project to a C++ project:
Step 1. Navigate to Tools > New C++ Class
...
Info |
---|
Once the C++ class is added, close the Unreal Editor. |
Step 2. Choose Actor and
...
click Next button.
Step 3. Press Create Class
Step 4. Right-click the .uproject file of your Unreal Engine project and select Generate Visual Studio project files.
Step
...
5. Double-click the .sln file to open the project in Visual Studio.
...
Step
...
6. Select the project inside the Games folder (Figure 4), choose Development Editor as the configuration (Figure 5), and then build the project by pressing Ctrl + B.
Info |
---|
Close the project once the build is complete. |
...