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

Overlapping isn't updated on replicated components after SetWorldTransform

UE - Networking - Dec 10, 2015

Overlapping isn't updated on replicated components after SetWorldTransform. Updating the transform on the Actor itself updates the overlapping as expected. Reproduced in 4.10 and Main (CL# 2798114) ...

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

EditInlineNew specifier for UClasses causes issues with the editor UI

Tools - Dec 10, 2015

When a class uses the EditInlineNew specifier, the resulting class has some errors when interacting with the editor. 1. Unable to assign existing blueprints based off the class to an array of that ...

Getting Relative Location of an Object That Once Simulated Physics Returns World Location

UE - Simulation - Physics - Dec 10, 2015

Attempting to get the Relative Location of a component that once simulated physics, but has been dynamically set at runtime to not simulate physics returns the World Location instead until the actor ...

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

Need to UpdateOverlaps for components that move as a result of skeletal animation (on the server).

OLD - Anim - Dec 9, 2015

https://udn.unrealengine.com/questions/271482/oncomponentbeginoverlap-not-firing-on-server.html Attach a trigger shape to a character's hand or something, make it animate (without moving otherwise) ...