UE Unreal Engine Tutorial_Generate exe file under the specified path of the cloud platform

A large number of excellent games on the market are produced based on UE. The works produced by UE Unreal Engine can run on windows, mac, linux, ps4, x-boxone, ios, android and even html5 and other platforms. This article introduces how UE Unreal Engine generates EXE under the specified path of the cloud platform.

1. The cloud platform will run the EXE file with the specified path in the packaging folder.

1

2

But sometimes the UE blueprint project is relatively simple, and the packaged file does not have the EXE project startup file in the path specified by the cloud platform. This requires us to do some additional operations and repackage it.

2. Add UE C++ files, compile the project and repackage it to solve the appeal problem

The specific operations are as follows:

3

4

5

6

7

​ The content of this article "UE Unreal Engine Tutorial_Generate exe file under the specified path of the cloud platform" is compiled and published by the 3DCAT real-time rendering cloud solution provider. If you need to reprint, please indicate the source and link.

Guess you like

Origin blog.csdn.net/RealTime_3DCAT/article/details/131860148