Fatal error when pausing and sleeping when using Launch Windows Game

UE - Graphics Features - Nov 13, 2017

When using the pause command in a launched game and putting the computer to sleep it causes the fatal error "GameThread timed out waiting for RenderThread" when logging back in and resuming work on ...

Checkbox steals input when set to "Self Hit Test Invisible"

UE - Editor - UI Systems - Nov 9, 2017

There is an issue with the checkbox taking input when the visibility is set to "Self Hit Test Invisible". It should not be taking input as it should have the same properties as "Hit Test Invisible", ...

Custom Plugin names appear twice in editor

UE - Foundation - Cpp Tools - Plugin System - Nov 8, 2017

Calling the function FTabSpawnerEntry& RegisterNomadTabSpawner( const FName TabId, const FOnSpawnTab& OnSpawnTab ); to display the name of a new plugin causes the name to be displayed twice. In t ...

t.MaxFPS 0 locks FPS to 120 instead of unlocking it in Viewport

Tools - Nov 7, 2017

When unlocking FPS in Viewport it defaults to 120 instead of potential max FPS. If you do this during Launch the 't.MaxFPS 0' or 't.MaxFPS -1' commands unlock the FPS to the max the GPU allows in th ...

Reference to child actor is invalid when compiling the parent blueprint

UE - Gameplay - Blueprint Compiler - Nov 6, 2017

Reference to child actor is invalid when compiling the parent blueprint. In this example, when compiling blueprint 'A' the print string result will say that "Child Actor ref is INVALID". However, if ...

HTML5 Black Screen When Launching on Chrome With Mobile HDR Disabled

UE - Platform - Mobile - Nov 2, 2017

When launching the project with Mobile HDR disabled it launches with a black screen. This occurs in 4.16.3, 4.17.2, 4.18, and Main, from my testing. Launching with Mobile HDR enabled works fine exce ...

Spinbox displays values that differ from the value of the delta

UE - Editor - UI Systems - Nov 1, 2017

Spinbox displays values that differ from the value of the delta, when values are displayed for a spinbox their value always reads in the 0.000001 values, instead of listening to the delta. Unsure if ...

Draw debug points do not draw at the same sizes in Orthographic viewports as they do in Perspective viewports

Tools - Oct 30, 2017

With the Draw debug points node, the points do not draw at the same sizes in Orthographic viewports as they do in Perspective viewports. This issue does not appear to be a regression. Versions Test ...

After closing PIE, Right click dragging is confined to the Viewport bounds

Tools - Oct 27, 2017

After holding any mouse button down and pressing escape to quit the game, using the right mouse button to move in the viewport locks it to the left and right bounds of the viewport. Sometimes moving ...

Child class references are not shown after restarting the editor

UE - Gameplay - Blueprint - Oct 27, 2017

Child class references are not shown after restarting the editor. However, the other reference will show up if the child blueprint is currently open. ...