Crash due to D3D device being lost. (Error: 0x887A0006 - 'HUNG')

UE - Graphics Features - Feb 22, 2017

This JIRA has been made to consolidate all "D3D device being lost. (Error: 0x887A0006 - 'HUNG')" crashes into one. Previous Jira tickets include:[Link Removed][Link Removed][Link Removed][Link Remo ...

Crash when building lighting while in PIE

UE - Graphics Features - Feb 21, 2017

NOTE: This issue is similar to (same callstack) as [Link Removed], however this issue is still occurring in 4.15.0. Error Message: Access violation - code c0000005 (first/second chance not availab ...

Cannot assign default values for UserWidget variable in blueprints

UE - Gameplay - Blueprint Editor - Feb 21, 2017

Cannot assign default values for UserWidget variable. This limits their usability in blueprint classes, and really prevents them from being useful in UserStructs, particularly if that user struct is ...

Scene Captures not working on Android

UE - Platform - Mobile - Feb 21, 2017

User reports scene captures are not working on Galaxy S6 and S7 both in regular mode and in GearVR mode. ...

[CrashReport] UE4Editor_Engine!FTextureCacheDerivedDataWorker::BuildTexture() [texturederiveddata.cpp:772]

UE - Graphics Features - Feb 20, 2017

Error message: Access violation - code c0000005 (first/second chance not available) Source Context:757 if (SourceMips.Num()) 758 { 759 FFormatNamedArguments Args; ...

FBatchedElements::Draw - OrthoZoomFactor can be reset to 1.0f if Line.bScreenSpace is ever false

UE - Graphics Features - Feb 20, 2017

A licensee has reported that the Draw function in BatchedElements.cpp can set the OrthoZoomFactor (not a local variable) to 1.0f if Line.bScreenSpace is ever found to be false. The line this can oc ...

PDI-DrawPoint - Zoomfactor being calculated incorrectly

UE - Graphics Features - Feb 20, 2017

A licensee has reported that the ZoomFactor variable inside of the DrawPoint function is being calculated incorrectly. It currently is calculated using the lesser of the projection matrix's horizont ...

Multi-Line Text metadata not available if Text variable is created in a Blueprint

UE - Gameplay - Blueprint - Feb 20, 2017

The Multi-line Text metadata specifier is not able to be set in a Blueprint. This means that text variables that are created directly inside of a blueprint cannot have this specifier set and cannot ...

Orientation is wrong for client in networked HMD game when UseControllerRotationRoll is true

UE - Platform - XR - Feb 20, 2017

A networked VR (HMD) game will result in an undesirable rotation for the pawn on startup for a network client, and the issue is dependent on timing. ...

DataAssets Cannot Be Opened After Deleting Variables From Their Parent Blueprint

UE - Gameplay - Blueprint Compiler - Feb 17, 2017

Removing a variable from a blueprint that a data asset is based on will prevent that data asset from being opened. ...