Importing a t3d filetype will cause a crash

UE - Editor - Content Pipeline - Import and Export - Jun 15, 2016

!!! Changes between version 4.12 and 4.13 for importing these !!! 4.12 There is a crash when importing any t3d (legacy) file through File > Import Into Level using the t3d file option. 4.13 The ...

Crash after Compiling Shaders for Imported SpeedTree Assets with Default Settings

UE - Platform - Apple - Jun 15, 2016

A crash occurs when importing any SpeedTree asset with the default import settings. The user reporting the issue says "the crash occurs if I have import WIND AND SMOOTH LOD checked like the default ...

Expose to Matinee requires variable to be "editable" for it is usable in Sequencer/Matinee

UE - Anim - Sequencer - Jun 15, 2016

Expose to Matinee requires variable to be "editable" as well. If this is expected, can we have "Editable" be enabled when you enable "Expose to Matinee"? ...

Standalone Window Size Not Displaying In Fullscreen

Tools - Jun 15, 2016

Setting the standalone window size does not seem to have any effect, and using the -fullscreen parameter does not display the window in fullscreen. Setting the Standalone Window Size to 1920x1080 a ...

Struct Default Values not registering in user generated structs

UE - Gameplay - Blueprint - Jun 15, 2016

Arrays of structs do not register default values when the array is resized. Regression (no) issue (does) occur in 4.11.2 ...

If the game mode is set to game only and "Set Show Mouse Cursor" is set to true some click events appear to get dropped

Tools - Jun 15, 2016

If the game mode is set to game only and "Set Show Mouse Cursor" is set to true some click events appear to get dropped ...

3D Widgets do not render correctly for GearVR

UE - Platform - XR - Jun 15, 2016

3D widgets attached to the camera render incorrectly when compared to the oculus rift. When the Widget is centered to the camera and attached to it in the Character BP the widget will render incorre ...

FixupRedirects commandlet does not auto-commit deletions

Tools - Jun 15, 2016

See this UDN: https://udn.unrealengine.com/questions/297811/fixupredirects-commandlet-submitting-marked-for-de.html The fix looks straightforward, just a one-line change but could benefit from tes ...

Physics Bodies for bones that are scaled in the Anim Graph are not scaled properly in game

UE - Simulation - Physics - Jun 14, 2016

Physics Bodies for bones that are scaled in the Anim Graph are not scaled properly in game. This seems to cause a jittering effect when simulating bodies. User Description: I blend physics into th ...

AI Sight using wrong collision channel for LoS tests

UE - AI - Jun 14, 2016

ECC_WorldStatic is being used, while ECC_Visiblity would be more appropriate. Ideally we should make it configurable via project settings. ...