In UE5.5(final), when adding plugin from an older version of Unreal to a BP project, we are informed that the "Engine Modules are out of date, and cannot be compiled while the engine is running. Ple ...
Rider integration and RiderLink plugin was in beta during UE5 Early release and is now in release with UE5 5.0.0 Release. [Link Removed] Due to the above information, it seems we can not test regr ...
While trying to create a C++ actor to test if it can be created with a custom Copyright notice specified in Project Settings, the Live Coding window returns a "Build failed" and error of: "ERROR: U ...
As far as I can tell this is a regression. After including C++17 in the build configuration it shouldn't be hidden in the .vcxproj? ...
Licensee reports buffer deadlock issue in System/BuildHostPlatform.cs (lines 283-329). Moving Proc.WaitForExit() to after the for-loop seems to resolve the issue for them.publicoverride ProcessInf ...
VSCode finds intellisense errors in Project source files: cannot open source file "UBT_COMPILED_PLATFORM/UBT_COMPILED_PLATFORMPlatformCompilerPreSetup.h" Similar to [Link Removed], but that was onl ...
Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation. ...
Changes in the description settings under project settings are not applied to the packaged version of the project. Tested in: 4.22.3 CL#7053642, 4.24 CL#10091930 4.25CL#10183780 ...
A crash or breakpoint is triggered when building UE4 with Project Files generated with -2019. Typeinfo.h was changed in MSVC v14.23 to just be typeinfo. ([Link Removed]) There is a pull request t ...
When you try to package a plugin on Mac in 4.23.0 Preview 1 there is no Shipping folder generated. This was verified to not happen in 4.22.3 (via Epic Launcher). Found in 4.23.0 Preview 1 CL# 72363 ...