ayon-core/openpype/hosts/unreal/integration
2023-05-09 16:17:47 +01:00
..
UE_4.27 Added AyonPublishInstance class and its Factory 2023-05-09 16:17:47 +01:00
UE_5.0 Added AyonPublishInstance class and its Factory 2023-05-09 16:17:47 +01:00
UE_5.1 Added AyonPublishInstance class and its Factory 2023-05-09 16:17:47 +01:00
README.md Preparation for the submission of the plugin to marketplace, fixed a bug with the cmdlet path not being valid. 2023-04-26 18:28:24 +02:00

Building the plugin

In order to successfully build the plugin, make sure that the path to the UnrealBuildTool.exe is specified correctly. After the UBT path specify for which platform it will be compiled. in the -Project parameter, specify the path to the CommandletProject.uproject file. Next the build type has to be specified (DebugGame, Development, Package, etc.) and then the -TargetType (Editor, Runtime, etc.)

BuildPlugin_[Ver].bat runs the building process in the background. If you want to show the progress inside the command prompt, use the BuildPlugin_[Ver]_Window.bat file.