Plugin cannot be created when adding the "-" character

UE - Foundation - Cpp Tools - Plugin System - Dec 15, 2022

Repro Rate: 10/10 This issue occurred in the live build of //UE5/Release-5.1 at CL 23058290. This was regression tested against //UE5/Release-5.0 at CL 20979098 and is confirmed to not be a regres ...

Updating C++ projects with Marketplace plugins in 4.25.2 fails to build project

UE - Foundation - Cpp Tools - Plugin System - Jul 24, 2020

Projects created in previous engine versions fail to build in 4.25.2Running D:/Epic Games/UE_4.25/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -Project="D:/Unreal Projects/MyProject4 ...

UE4Editor modules file is not written to properly when packaging a plugin

UE - Foundation - Cpp Tools - Plugin System - Apr 8, 2019

The modules file that is generated when packaging a plugin appends a number to the end of the .dll reference, similar to hot reload modules. This causes the reference to refer to a nonexistent file. ...

Packaging for iOS with Remote Build from Windows with a plugin that uses PublicAdditionalShadowFiles fails

UE - Foundation - Cpp Tools - Plugin System - Dec 17, 2018

Attempting to package for iOS using Remote Build on Windows results in a failure if the project contains a plugin that uses "PublicAdditionalShadowFiles" in its Build.cs file. Log from the packaging ...

Cannot package an Engine plugin if another Engine plugin depends on the plugin being packaged

UE - Foundation - Cpp Tools - Plugin System - Nov 12, 2018

Packaging an Engine plugin fails if another Engine plugin lists that plugin as a private dependency. In the two attached plugins, PluginA lists PluginB as a required plugin in its .uplugin file, and ...

Cannot load asset in a Content-Only plugin if it is used in a Blueprint-Only project that has been packaged

UE - Foundation - Cpp Tools - Plugin System - Aug 16, 2018

Assets in a Content-Only plugin enabled in a Blueprint-only project cannot be loaded when the project is packaged. If a Content-Only plugin is enabled in a code project, the assets in the plugin are ...

Unable to compile Runtime plugins

UE - Foundation - Cpp Tools - Plugin System - Jun 27, 2018

Attempting to package a runtime plugin in 4.20 results in the following error: ERROR: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Unreal Projects\4.20\PluginTest\Test ...

Packaging fails when Online Framework Plugin is enabled in a Binary build.

UE - Foundation - Cpp Tools - Plugin System - Nov 29, 2017

Enabling the Online Framework Plugin in a Binary build of the editor (download from the Epic Games Launcher) causes packaging attempts to fail due to a file that is missing. This does not occur in s ...

Packaged builds don't copy over plugin config files

UE - Foundation - Cpp Tools - Plugin System - Nov 21, 2017

We currently do not copy over the Config folder when we are packaging a plugin for inclusion with a packaged game. This is likely because we haven't supported plugin config files in the past, but th ...

Custom Plugin names appear twice in editor

UE - Foundation - Cpp Tools - Plugin System - Nov 8, 2017

Calling the function FTabSpawnerEntry& RegisterNomadTabSpawner( const FName TabId, const FOnSpawnTab& OnSpawnTab ); to display the name of a new plugin causes the name to be displayed twice. In t ...