[CrashReport] UE4Editor_Renderer!FSceneRenderTargets::GetGBufferResourcesUniformBuffer() [scenerendertargets.h:408]

UE - Graphics Features - Jan 18, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: IsValidRef(GBuff ...

Mouse does not lock to game viewport on Linux

UE - Platform - Linux - Jan 18, 2016

Playing in standalone or a packaged game on Linux, the mouse can escape the viewport which can cause the game to lose focus or be hidden behind another window when the mouse is clicked. This is inc ...

Components added through blueprints behave differently than components added in the level

UE - Gameplay - Blueprint - Jan 18, 2016

Adding a component directly to a blueprint does not behave the same as a component added directly to a class/BP instance. Example: Calling AddRelativeRotation() on a mesh that is added directly to ...

Oculus Audio SDK has reverse z-coordinate

UE - Audio - Jan 16, 2016

Despite the usage of the same ToOVRVector as GearVR, the coordinate transformation from UE4 coordinates to Oculus coordinates appears to have the z-axis reversed. This results in sounds being slight ...

Read IAP information node causes hang if connection is disconnected

UE - Platform - Mobile - Jan 15, 2016

May 26 19:54:33 A6240 UE4Game[384] <Warning>: [2016.05.26-23.54.33:457][801]LogHttp:Warning: didFailWithError. Http request failed - The Internet connection appears to be offline. [Link Removed] 0x7 ...

When calling Events in Blueprints recursive, the parameter of the Event appears to be incorrect after returning the recursion

UE - Gameplay - Blueprint - Jan 15, 2016

In the image that is attached the print string should only print out once but it instead prints out twice. ...

Cannot Add Torque to Skeletal Mesh

UE - Gameplay - Jan 15, 2016

When attempting to apply torque to a ragdolled skeletal mesh, nothing happens, regardless of the value used. Applying an impulse works as expected, but adding torque seems to have no effect. Found ...

Distance calculation using World Position are rendering incorrectly when packaged or launched for iOS and Android

UE - Platform - Mobile - Jan 15, 2016

When using a calculating the distance between the Absolute World Position (Including Material offsets) and a set Vector value, the correct value appears rendering to a texture's UV in PC Mobile Prev ...

Code delegates duplicate function calls when owning actor is duplicated in the editor

UE - Foundation - Core - Jan 15, 2016

If an actor that contains a delegate bound in code is duplicated after being placed in the level, the delegate for the duplicate will also trigger the delegate for the original as well. ...

Collision Preset Cannot Be Changed On an Actor Containing a Scaled Root Component

UE - Gameplay - Jan 15, 2016

In an actor that contains a scaled root component, it is not possible to change the collision presets on an instance of that actor if you are using the Viewport's Details panel. However, in the blue ...