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

Creating Destructible with PhysXLabs and Fracture Tool in UE4 yield different results and same settings

UE - Simulation - Physics - Destruction - Feb 25, 2015

When creating fracturing a mesh in PhysXLabs vs UE4 fracture tool with both using Voronoi fracture and set to 25 chunks will give different results. The mesh (Attached below along with reference i ...

4.7 Regression: Character::OnJumped_Implementation() not virtual and will skip user implementation or fail to compile

UE - Gameplay - Feb 25, 2015

Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...

Code classes with a portion of the project name and parent type cannot be created.

Tools - Feb 25, 2015

When adding code to a project, class names cannot be used if they contain a portion of the project's names and the type of class of the parent. Message says that the name is already used by another ...

Adding a Named Slot to a UMG Widget is causing the number to increase rapidly.

UE - Editor - UI Systems - Feb 25, 2015

If you create a new Blueprint Widget, place a button into the widget, and click, hold, and drag a Named slot onto the button, the number of the Names Slot will keep increasing as long as the named s ...

User crashes during play/save/open project in UE 4.6.1

UE - Gameplay - Blueprint - Feb 25, 2015

User reports crashing upon open, saving or playing their project in 4.6.1 in Binary. Assertion failed: TargetDelegate [Link Removed] [Line: 5407] ...