Crash when updating a blueprint from an instance, where the blueprint contains an array of text objects

UE - Gameplay - Blueprint - Dec 11, 2015

Create an actor blueprint with a public variable that is an array of Text & compile itCreate an instance of the blueprint in the worldAdd several text items to the arrayApply instance changes to the b ...

Duplicate slots being created in Anim Slot Manager

OLD - Anim - Dec 11, 2015

Duplicate slots are being created automatically under the Default Group in the AnimSlotManager. This is causing some problems because it replaces the originally created slot with the duplicate in t ...

The IOS Third Party library Bolts has an incorrect file name in its Build.cs file

UE - Platform - Mobile - Dec 11, 2015

The Bolts library is not correctly linked in its Build.cs file. The Build.cs file contains the following line with an incorrect file name: PublicAdditionalShadowFiles.Add(LibDir + "/Bolts.a"); The ...

"Always Center Window to Screen" No Longer Functioning in New Editor Window (PIE)

Tools - Dec 11, 2015

Regression: In UE4.10, the border that now occurs around New Editor Window causes window to extend beyond native screen resolution designated in Editor Preferences causing the window to 1) Not be ce ...

App on Gear VR crashes when trying to join a listen server as a client

UE - Platform - XR - Dec 10, 2015

If the user tries to join a listen server with an app that is running on the Gear VR the App will stop working. ...

Potential bug in ComponentEncroachesBlockingGeometry_WithAdjustment in multi-overlap case

UE - Gameplay - Dec 10, 2015

https://udn.unrealengine.com/questions/270574/jeff-farris-hack-for-physx-mtd.html Instead of the return false in the hack section, it should probably do something like if (current overlap is the b ...

Tessellation on Linux doesn't show in packaged project in OpenGL4

UE - Platform - Linux - Dec 9, 2015

When using OpenGL4, any asset using a material with tessellation will appear untextured in a packaged version of the project. ...

Selecting a bone inside of the Persona's Skeleton tab while running DX12 causes a crash

UE - Graphics Features - Dec 9, 2015

When running in Dx12 on Windows 10, the editor will crash if you click on a bone that you wish to edit in the Skeleton tab of Persona ...

Drastic increase in FBX import times from 4.9 to 4.10

Tools - Dec 9, 2015

The attached asset (including animation) takes 9 minutes to import in 4.10, where it takes 42 seconds in 4.8 and 4.9. You don't really notice this until you start to get up to larger assets or long ...

Using the Set console command to change a value at runtime causes a crash

UE - Gameplay - Dec 9, 2015

When using the Set command to change the value of a class at runtime, the game instance will crash with an access violation. Note: This needs to be done in Standalone or a packaged version for this ...