FLightMap2D::Serialize() contains a possible index out of range error.

UE - Graphics Features - Dec 30, 2014

A user pointed out a potential to have an index out of range error in the source code. There are also a few magic numbers scattered around in this function. ...

Trying to set a variable in one element of an array of custom UObjects will set that variable for all elements in the array.

UE - Gameplay - Blueprint - Dec 29, 2014

If an array of custom UObjects is added to a class, changing the value of a UPROPERTY variable in one element of the array sets the same value in all elements of the array. ...

The mouse is restricted to the window bounds after Resuming from the Menu in the Blueprint_HUD level of Content Examples

Docs - Samples - Dec 29, 2014

After Resuming from the Menu in the Blueprint_HUD level of Content Examples, looking around with the mouse is restricted to the window bounds. Clicking inside the viewport resolves the issue. ...

CRASH: Access Violation c0000005

Tools - Dec 29, 2014

Crash Report: [Link Removed] UE4Editor_Core! FText::FText() + 19 bytes text.cpp:251 UE4Editor_CoreUObject! ULinkerLoad::LoadAllObjects() + 674 bytes linkerload.cpp:2524 UE4Editor_CoreUObject! Loa ...

Spin box delta does not show update values correctly

UE - Editor - UI Systems - Dec 29, 2014

When setting the Spin box delta to 1 and the slider exponent to 1 the value of the spine box should go up by 1s. However, the actual value is still retains decimal points and is rounded to show whol ...

Typo in Lighting Level for Min Roughness

Docs - Samples - Dec 29, 2014

Within the "Lighting' level of the 'Content Examples' project, example 5.4 should say 'Min Roughness' instead of 'Source Radius' ...

Max tick rate not being enforced in the standalone game

UE - Gameplay - Dec 29, 2014

The original bug report is unclear – of course framerate of the game on PC will not match device – but QA has found a bug here. Seems like the game thread max tick rate is not being enforced in the ...

Changing the scale of the widget reflector makes it harder to select actors in the viewport

Tools - Dec 29, 2014

When changing the scale of the widget reflector it changes the scale of the selection bounds of actors in the viewport. Example: When hovering over a box at a 2.0 scale I will select the wall someti ...

No log files are being created for Windows Shipping builds

Tools - Dec 26, 2014

When you package a project for Windows Shipping, The project will not generate a log file when the .exe project is played. The project will generate a log file if you package the project in the De ...

collision does not update properly when object that has limited collision is moved/rotated

UE - Gameplay - Dec 26, 2014

collision does not correct update when an object that has limited collision is altered/rotated. ...