Creating a plugin in a C++ project opens a second instance of Visual Studio

UE - Foundation - Cpp Tools - Plugin System - May 15, 2017

Note If creating the project outside of Binary, build the project in VS, but do not close it. When creating a new plugin, the editor compiles the project and opens in Visual Studio. If the project ...

GarbageCollection - Ensure occurs when force deleting content that is still referenced in memory

Tools - May 15, 2017

While AdHoc testing in //UE4/Release-4.16 CL 3437809 in Binary – I found that deleting the projectBP folder of any Template project causes an ensure. I believe this issue is due a step in the garbag ...

Sequencer asset in QAGame doesn't cook deterministically

UE - Foundation - Core - Cooker - May 11, 2017

A Level Sequence in QAGame doesn't cook deterministically, and is always included in patches. Possibly related to [Link Removed] ...

Color Picker No longer Retains Hex Values

Tools - May 9, 2017

The color picker doesn't remember values pasted or entered into the Hex Linear or Hex SRGB field. ...

Crash when clicking on tutorial prompt for signing keys on Mac

Tools - May 2, 2017

Attempting to package for TvOS on Mac without a signing key produces an error in the message log informing the user of the missing key. The error has a link to a tutorial on how to resolve it. Click ...

[CrashReport] Assertion failure in NameTypes.h after CookOnTheFly

UE - Foundation - Core - Apr 25, 2017

This is a top crash occurring for users in the 4.14 and 4.15 releases. Unfortunately no user-descriptions of the issue have been provided, so information is limited. Despite a different callstack, ...

CookOnTheFly: No message when starting creation of asset registry

UE - Foundation - Core - Cooker - Feb 7, 2017

UCookOnTheFlyServer::GenerateAssetRegistry() logs when the registry has been created and how long it took, but there is no message to indicate when the operation started (unless using DEBUG_COOKONTH ...

Warning: repairing painted vertex colors due to static mesh re-imports! in ContentExamples

Docs - Samples - May 4, 2017

Not a regressionInfo Repaired painted vertex colors in 0.0s for 2 components in /Game/Maps/Leveldesign_Workflow. Resave map to fix. Warning Spent 0.0s repairing painted vertex colors due to stati ...

Memory leak in PhysXSupport for commandlets

UE - Simulation - Physics - Mar 27, 2017

Commandlets that load physics assets such as FixupRedirects will populate GPhysXPendingKill* arrays, but they never get cleared. ...