Opening blueprint debugger crashes editor

UE - Gameplay - Blueprint - Apr 29, 2016

The editor crashes upon attempting to open the blueprint debugger through the Window menu. Frequency: 2/2 Regression (Yes) issue (does not) occur in 4.11.2 ...

Crossfade sharing doesn't allow more than one shared transition

OLD - Anim - Apr 29, 2016

Looking at the propagate function:void UAnimStateTransitionNode::PropagateCrossfadeSettings() { UEdGraph* CurrentGraph = GetGraph(); for (int32 idx = 0; idx < CurrentGraph->Nodes.Num(); idx++) ...

Imported Static Mesh Socket rotation is incorrect

Tools - Apr 28, 2016

Imported Static Mesh Sockets are importing at the wrong orientation Result: [Image Removed] Expected: [Image Removed] ...

Material Shared Samplers do not honor Texture Quality console variables

UE - Graphics Features - Apr 28, 2016

When using shared samplers in the material do not adjust quality when adjusting the console variable or texture quality in Engine Scalability for SG.TextureQuality. Attached is an image for demons ...

OSVR Attempts to initilize when no runtime installed and during packaging for GearVR

UE - Platform - XR - Apr 28, 2016

Full log attached below: During packaging many log show that it is trying to initialize and i do not have the runtime installed. Snippets from a portion of the log[2016.04.28-15.05.46:033][ 0]OSV ...

Compiling specific blueprints in user projects cause editor to freeze and become unresponsive

UE - Gameplay - Blueprint - Apr 28, 2016

Several users have reported that their projects cannot compile specific blueprints. In one a character blueprint and another a controller. In both instances, the editor becomes completely unresponsi ...

Montage keyframes calculation error

OLD - Anim - Apr 28, 2016

Animations are not showing proper length when converted to Montage. Up to 98 frames (AFAIK) when converted to Montage, the Montage will show the correct number of keys. However, a 100-frame anima ...

Crash when removing cloth apb's assigned to asset

UE - Simulation - Physics - Character - Apr 27, 2016

When removing already assigned cloth asset from a skeletal mesh it will crash the editor. I was able to reproduce this with the Owen asset from Content Examples, but was unable to get it to work fro ...

Smoothing landscape removes landscape collision in smoothed areas

UE - LD & Modeling - Terrain - Landscape - Apr 27, 2016

Smoothing user's landscape breaks collision, causing player to fall through the ground at points that have been smoothed. Resampling landscape fixes the error until smooth tool is used again. Regr ...

Renaming a Struct variable that is used in a Widget BP creates 'Warning: Unknown property in' warnings in the Output Log

UE - Gameplay - Blueprint - Apr 27, 2016

Renaming a Struct variable that is used in a Widget BP creates 'Warning: Unknown property in' warnings in the Output Log User Description: I think this should be brought up as these seems to be a ...