Visual Studio integration plugin is required to compile when using Rider IDE

UE - Foundation - Cpp Tools - Apr 19, 2022

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 ...

New C++ Class (actor) fails to build

UE - Foundation - Cpp Tools - Mar 8, 2022

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 ...

/std:c++17 key is hidden in generated .vcxproj after adding it to the BuildConfiguration.xml

UE - Foundation - Cpp Tools - Dec 10, 2021

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? ...

macOS build appears to hang due to UBT deadlocking on ps buffer

UE - Foundation - Cpp Tools - Apr 22, 2021

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"

UE - Foundation - Cpp Tools - Jan 28, 2020

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

UE - Foundation - Cpp Tools - Jan 13, 2020

Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation. ...

Project description not applied after packaging the project

UE - Foundation - Cpp Tools - Nov 14, 2019

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 ...

UnrealMathTest fails when compiled with VS2019

UE - Foundation - Cpp Tools - Oct 10, 2019

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 ...

Plugins are not creating shipping versions on package on Mac 4.23 Preview

UE - Foundation - Cpp Tools - Jul 15, 2019

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 ...

Third Party Library Plugin won't load in packaged build

UE - Foundation - Cpp Tools - Jun 27, 2019

Plugins created using the Third Party Library template won't load in a packaged build or the Launch button in the Editor Toolbar, but will if launched through the Project Launcher Window via the Edi ...