Crash opening projects from GitHub master branch

Tools - Sep 1, 2015

Trying to create/open projects in the current github master branch will quietly fail at 94% with no crash error or logs.UE4Editor-Core.dll!rml::internal::Block::findObjectSize() UE4Editor-Core.dll! ...

Interface cannot be re-implemented after removal from blueprint

UE - Gameplay - Blueprint - Sep 1, 2015

If an interface is removed from a blueprint and an interface function is transferred to a local function, the interface cannot be re-implemented in the blueprint. ...

Joint Presets on Physics Constraints Actors do not work

UE - Simulation - Physics - Sep 1, 2015

Problem: When you press any of the Joint Presets buttons on a Physics Constraint Actor that is placed in a level the buttons do not do anything. Solution: Pressing the Joint Presets buttons setup t ...

Vertex Painting on Blueprint Static Mesh components lost on copy

UE - Gameplay - Components - Sep 1, 2015

After vertex painting on a Static Mesh component of a Blueprint, the Vertex paint data is lost when the Blueprint is copied. Oddly, pasting into a text editor shows VertexColorData, but it seems to ...

Investigate code in SViewport.cpp that makes use of TWeakPtr's to see if it can be altered to better protect against a possible crash.

Tools - Aug 31, 2015

A user reported a one-time crash that possibly occurred when a TWeakPtr became invalid immediately after passing an IsValid check, before the TWeakPtr could be used. The SViewport.cpp file contains ...

Bugg 66074: "SEGV_MAPERR at 0x3"

Tools - Aug 31, 2015

The user is getting a consistent error which does not allow him to open projects in 4.8 and 4.9. Five reports from user's machine produce identical callstacks: Bugg 66074: [Link Removed] ...

UX Regression on Open Asset Panel

Tools - Aug 31, 2015

In 4.8.3, open asset would allow you to type the beginning on an actor name, then press the down key and select it. In 4.9 p4, it takes an extra down key press to get to the list; Upon first down a ...

Numpad keys don't respond to input commands on Linux

UE - Platform - Linux - Aug 31, 2015

Setting any of the numpad keys to an input command does not execute the command on Linux. ...

Sliders and check boxes not working on touch screen device

UE - Editor - UI Systems - Aug 31, 2015

When launching on to a device with a touch screen the Slider widget and the check box widget do not appear to respond to touch inputs. Note: Samsung Galaxy note was used for this test ...

GetSoftBounds for SteamVR Chaperone returns bogus numbers with VRmonitor not running

UE - Platform - XR - Aug 29, 2015

The "Get Soft Bounds" node returns bogus numbers instead of just all 0's if the VRMonitor is not running. Found on UE4-Releases 4.9: CL-2673023 ...