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

Using /*/ to create multiline comments in header files can prevent Visual Studio from successfully building a project.

UE - Foundation - Core - Aug 7, 2015

If a multi-line comment is made in a header file using the format /*/ at the beginning and ending of the comment, UHT will fail to compile the project and will display the following errors: 1> C:/ ...

Switch on custom enum causes compilation errors after Hot Reload

UE - Foundation - Core - Sep 28, 2015

If the project is hot reloaded while a Switch on Enum is inside of a blueprint which is switching on a custom enum, the switch will become corrupted. It changes the 'selection' pin to take a Byte pa ...

UWIdget classes with missing ReleaseSlateResources() overrides

UE - Editor - UI Systems - Oct 7, 2015

UListView, USlider and possibly others don't have ReleaseSlateResources overridden despite having shared pointers to stuff. ...

TAssetPtrs are not properly fixed up in client PIE instances

Tools - Aug 18, 2015

Contrary to the linked UDN question, this doesn't seem to require the actor to be replicated. The problem is that when UWorld::DuplicateWorldForPIE is called for a PIE client instance's persistent ...

Editor performance drops when locking read-only levels.

Tools - Sep 2, 2015

When locking read-only levels (via Levels->context menu), each frame we check that both the package exists on disk and whether the file is read-only. Performing this each tick can cause a substantia ...

Framing an object after locking a camera in matinee closes the editor.

Tools - Sep 4, 2015

After creating a matinee actor and adding a camera group, I lock the camera group. Then I go back to the viewport and select a mesh in the scene. Pressing F to frame that object closes the editor wi ...

Having a period in the name of a widget will cause the editor to crash after copying and pasting (no error/warning given)

UE - Editor - UI Systems - Aug 3, 2015

If a user has a period in the name of their widget and they then copy and paste that widget the editor will crash ...

interaction with 3D widgets are not possible when moving the pivot point

UE - Editor - UI Systems - Aug 17, 2015

If the user moves the pivot point for the 3D widget component the widget can no longer interact with. ...

Cannot click the create new project button on a monitor with 1366 x 768 resolution

Tools - Sep 17, 2015

If a user has a 1366 by 768 monitor resolution and uses the File > Create New project option, then the user will not be able to click the green button at the bottom of the window that actually allow ...