Upgrading a project from a binary Engine to one built from source code does not keep the solution configuration and solution platform settings in Visual Studio.

UE - Foundation - Core - Feb 26, 2015

Upgrading a code project created in a binary Engine version to an Engine built from source code results in the solution configuration and solution platform in Visual Studio being set to Debug and Wi ...

Tutorials Window appears after selecting "Don't Remind Me Again"

Docs - Feb 26, 2015

Tutorials window appears after selecting "Don't remind me again" when you right click the icon. See forum URL ...

FOculusRiftHMD::EnablePositionalTracking() may be missing a call to UpdateHmdCaps()

UE - Platform - XR - Feb 26, 2015

A user reported that the FOculusRiftHMD::EnablePositionalTracking() function is missing a call to UpdateHmdCaps() so that the status of the HMD is correctly updated. The user's suggestion for this ...

Remote build fails if there is no development provision provided

UE - Platform - Mobile - Feb 26, 2015

When building for iOS on PC, if the remote mac only has a distribution provision and a distribution build is being created, then the build will fail to sign as we automatically sign the initial stub ...

mesh emitter rotations broken

UE - Graphics Features - Feb 26, 2015

I ran into this in the GDC VR demo in a 4.6 build and it made life pretty difficult. I expect it still exists in main, I can provide necessary FX files in QA game if needed. ...

Consider allowing sub-editor tabs to dock next to the viewport

UE - Editor - UI Systems - Slate - Feb 25, 2015

A user with a 4k monitor is requesting that we allow sub-editors to be docked alongside the viewport instead of behind it. (he only has one monitor) For instance, you open a blueprint and you want ...

Crash on Event Begin Play with UMG Widget and 2 or More Players

UE - Editor - UI Systems - Feb 25, 2015

A player with UMG widget created on BeginPlay works fine when hitting play with only 1 player, but if you set the number of player > 1 it will crash. User believes this is somewhere related with t ...

4.6.1 to 4.7 conversion crash "Assertion failed: Pin != nullptr ...K2Node_DynamicCast.cpp]"

UE - Gameplay - Blueprint - Feb 25, 2015

Several Users are experiencing crashes on importing a 4.6.1 project into 4.7.0 (Release) Here are the crash reporter links: [Link Removed] [Link Removed] [Link Removed] [Link Removed] [Link Removed ...

Setting a widget to hidden with an event construct node causes the widget to be permanently hidden

UE - Editor - UI Systems - Feb 25, 2015

If the user wants to toggle the visibility of a widget and sets it to hidden via the event construct node then the user will not be able to change that visibility state later on. ...

Blueprint Interfaces cannot pass by reference between two blueprints

UE - Gameplay - Blueprint - Feb 25, 2015

Pass by reference variables do not work when called from a blueprint interface between two blueprints. Workaround: Use direct communication to pass by reference between two blueprints. ...