Poses do not intially show up in pose tab in Persona

OLD - Anim - Oct 4, 2016

The pose asset list does not update unless Persona is closed and opened or if the user searches in the search bar. This is a regression from 4.13.2 Same thing as this old bug: https://jira.it.epic ...

Crash when after playing media that requires a different conversion shader

Media Framework - Sep 24, 2016

The pixel format conversion code in MediaTextureResource is currently reusing the global bound shader state for different pixel shaders. This is not supported. There needs to be one shader state per ...

LineTraceComponent incorrectly derives HitLocation from Procedural Mesh Components

UE - Gameplay - Sep 13, 2016

LineTraceComponents do not return the correct HItLocation from Procedural Mesh Components. ...

Setting the r.ScreenPercentageTranslucency Variable below 100 causes Texture Swimming

UE - Graphics Features - May 3, 2016

When setting the 'r.SeparateTranslucencyScreenPercentage' variable to any value other than 100, UV world space textures begin to swim. In the example project attached, I created a simple translucent ...

[CrashReport] UE4Editor_Engine!USkeleton::GetSmartNameContainer() [skeleton.cpp:1315]

OLD - Anim - Oct 5, 2016

Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 1300 FSmartNameMapping* Mapping = SmartNames.GetContainerInternal(ContainerName); 1301 ...

Snap Constraint to Bone affects rotation but not position

UE - Simulation - Physics - Jun 1, 2016

The Snap Constraint to Bone button seems to only rotate and change the limits on a constraint instead of also moving the constraint to the bone's location. ...

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

Setting FActorSpawnParameters::bRemoteOwned causes inconsistent behavior when spawning actors

UE - Gameplay - Sep 13, 2016

If FActorSpawnParameters::bRemoteOwned is set to true, calling SpawnActor with this spawn param on begin play has different behavior than calling the SpawnActor elsewhere during runtime. If using n ...

Clicking the yellow text while recording an animation in Persona no longer stops the recording

OLD - Anim - Oct 5, 2016

No longer able to stop recording an animation by clicking the yellow text in the Persona viewport even though the tooltip when hovered over it states that you can. This is a regression from 4.13.2 ...

3D Widget Components with depth test disabled are still culled when fully occluded

UE - Graphics Features - Sep 12, 2016

Currently, we allow occlusion culling on WidgetComponents regardless of whether or not depth test is enabled. This makes it challenging to make a widget render through other actors in the world, sin ...