Behavior of configuration file hierarchy is different from document

UE - Foundation - Core - Nov 6, 2015

Licensee reported behavior of configuration file hierarchy is different form document here (https://docs.unrealengine.com/latest/INT/Programming/Basics/ConfigurationFiles/index.html) Doc: 1. Engine ...

Crashreporter.exe does not appear in packaged projects

UE - Foundation - Core - Oct 30, 2015

Crash Reporter does not get packaged with development build projects when they have "Include Crash Reporter" set to true in packaging options. ...

Memory Leak occurring when switching between levels in Standalone

UE - Foundation - Core - Oct 29, 2015

A memory leak seems to occur when switching between levels multiple times. This is being monitored by memreport full ...

Specifying a custom UMovementComponent class via SetDefaultSubobjectClass() does not seem to serialize default value edits correctly on the CDO.

UE - Foundation - Core - Oct 28, 2015

Possibly some sort of issue related to SetDefaultSubobjectClass() rather than UMovementComponent specifically. I was able to reproduce in 4.10 release branch and in //UE4/Main with the test project ...

Memory usage spike during PIE doesn't reduce after play session

UE - Foundation - Core - Oct 28, 2015

When opening the editor the memory usage jumps during PIE. After exiting PIE the memory use does not go back down. ...

Log files missing exact error message and full stack trace after crash

UE - Foundation - Core - Oct 26, 2015

When compared to the information provided by the Crash Report window, the log files are not as detailed about what caused the crash. ...

Using Fixed Frame Rate Increases the Speed of Auto Save

UE - Foundation - Core - Oct 26, 2015

Using a lower fixed frame rate (i.e. 20fps) causes the auto save timer (when set to the default of 10) to count down in 3 seconds. Found in 4.10 Preview 2 CL 2733139. Reproduced in 4.9.2 binary an ...

Date and Time variable does not appear to replicate across clients

UE - Foundation - Core - Oct 22, 2015

The Date and Time variable does not appear to replicate when set to be replicated. If the variable is called on a client the client will not update properly. ...

Editor Crashes When Packaging for iOS

UE - Foundation - Core - Oct 15, 2015

Crash Reporter: [Link Removed] In a code-based project, Editor crashes when packaging for iOS if GameModeBP or other BP is opened. REGRESSION? No ...

File handles remain open on Shipping Windows build after assets have finished loading

UE - Foundation - Core - Oct 14, 2015

This developer has a game that they are targeting a Windows-based arcade machine for, but they noticed that while the game is running there are several hundreds or thousands of file handles left ope ...