Wrong IDE loads when Visual Studio 2019 is selected

UE - Foundation - Cpp Tools - May 22, 2019

Visual Studio 2019 does not load even when it is selected as the chosen IDE. Instead the editor loads Visual Studio 2017. If you create a new C++ class after switching the IDE and restarting the Edi ...

Local binary build of 4.22.1 fails when only Visual Studio 2019 is installed

UE - Foundation - Cpp Tools - Apr 30, 2019

Attempting to create a local binary build of 4.22 using Visual Studio 2019 (with no other versions of Visual Studio installed) currently fails with several warnings and errors, including the followi ...

Package Failed with VS2019

UE - Foundation - Cpp Tools - Apr 27, 2019

Error Log: UATHelper: Packaging (Windows (64-bit)): CSC : warning CS1685: The predefined type 'System.Runtime.CompilerServices.ExtensionAttribute' is defined in multiple assemblies in the global al ...

CLion cannot update CMake for an Unreal Studio project created on a drive other than the one the Engine is installed on

UE - Foundation - Cpp Tools - Apr 22, 2019

If an Unreal Studio project is created on a different drive from where the Engine is installed, CLion is unable to successfully update CMake. The location for where Engine files can be found appears ...

"Cook Content for Windows" does not have client or server equivalent

UE - Foundation - Cpp Tools - Apr 18, 2019

At the moment, any project without a Game TargetType cannot cook or package through the editor. This is unexpected for projects that only contain dedicated client and server targets. ...

GenerateProjectFiles.bat fails to compile UnrealBuildTool when VS2019 is the only version of Visual Studio installed

UE - Foundation - Cpp Tools - Apr 1, 2019

Attempting to run GenerateProjectFiles.bat on a computer that only has Visual Studio 2019 installed (no other versions of Visual Studio were ever installed previously) will fail to compile UnrealBui ...

Light baking of a ton of static meshes causes Swarm to crash.

UE - Foundation - Cpp Tools - Mar 25, 2019

Light baking of a ton of static meshes causes Swarm to crash due to "Index was our of range". I confirmed that it can be reproduced with the sample project they sent us/ The error log I got is... ...

Generate Project Files process fails if SwarmAgent.exe is not present

UE - Foundation - Cpp Tools - Mar 5, 2019

This issue appears to be the result of the fix for [Link Removed] which removed RPCUtility from the Engine. A licensee noted that they were now seeing an issue when attempting to generate project fi ...

RPCUtility cannot be built in 4.22

UE - Foundation - Cpp Tools - Feb 22, 2019

The RPCUtility binaries cannot be built in 4.22 due to an issue with DotNETUtilities. When attempting to build the RPCUtility binaries as part of the BuildCommonTools command, the build provides a w ...

Malformed command sent to UAT if BuildCookRun command ends with a trailing slash ("\")

UE - Foundation - Cpp Tools - Feb 14, 2019

Including a trailing slash ("\") at the end of a BuildCookRun command sent to UAT results in UAT receiving a malformed command. If the command ends with a slash, the resulting command that UAT recei ...