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

Hiding level in Levels tab jumps to Details tab if it is docked with Levels tab

Tools - Nov 8, 2017

When toggling level visibility in the Levels tab and the Details tab is also on the window it will jump over to the Details tab. This was tested with other tabs and when toggling visibility it remai ...

OculusBoundaryComponent crashes when no HMD connected

UE - Platform - XR - Nov 7, 2017

Editor crashes when Oculus boundary component is added without a HMD connected. This was discovered while researching a separate bug report. A user stated that on a project that had been upgraded f ...

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

Editor crashes when assigning Landscape layer info while Forward Shading is enabled

UE - LD & Modeling - Terrain - Landscape - Nov 7, 2017

Crash occurs when Forward Shading is enabled in Forward Rendering Options User noted that if "Support Stationary Skylight" in Project Settings > Rendering > Shader Permutation Reduction is disabled ...

Linux: UI scale is sometimes not 1.0 on non-high-DPI monitors

UE - Platform - Linux - Nov 7, 2017

At the moment, UI scale is calculated on Linux from physical monitor dimensions (obtained ultimately from EDID) and not system scale. The granularity is 0.25, so scale can be 0.25, 0.5, 0.75, 1, 1.2 ...

No unique tooltip for Blueprint Name field when creating a blueprint from the Details panel

UE - Gameplay - Nov 7, 2017

REGRESSION: No, this is based on an older bug ([Link Removed]), but with new steps to reflect new editor behavior. When creating a blueprint from the Details panel, there isn't a unique tooltip for ...

MediaFramework movies not playing properly in Shipping

Media Framework - Nov 7, 2017

`check(Samples.Pop());` this kind of `Pop()` inside of a `check()` is in a few places in MediaSampleQueue.h and MediaSamples.cpp but `check()` expands to nothing in Shipping/Test, so, required work ...

Incorrect mouse position provided by the Get Mouse Position on Viewport node

Tools - Nov 6, 2017

The Get Mouse Position on Viewport node does not appear to give the correct position of the mouse in the viewport. The further the mouse is moved away from 0, 0, the greater the discrepancy appears ...

Expanding and altering a macro affects other macros in use.

UE - Gameplay - Blueprint - Nov 6, 2017

Using the Expand node feature on a macro from a macro library alters the current functionality of other instances of the macros that are in use(even though the macros themselves have not changed). ...