SpeedTree static meshes corrupted converting project from 4.12 to 4.14

UE - Graphics Features - Nov 25, 2016

Speedtrees are just normal static meshes once they are in the engine, so if we are corrupting them across an engine upgrade that is really bad. ...

Pasting timeline components into another actor and then choosing "cancel" on fix self context function references results in a broken state

UE - Gameplay - Sep 13, 2021

upd. Regression was checked on //UE4/Release-4.26 CL 15973114, issue was reproduced. Regression - No ...

Instanced meshes velocities fix

UE - Graphics Features - Sep 21, 2016

"We've been able to enable velocity rendering when using instanced rendering. However, by looking at the generated vertex shader the computation of the previous position seems to be incorrect: flo ...

Fix world to meters scale

UE - Platform - XR - Apr 11, 2018

Is changing the world to meters in the current 4.19 AR template project supposed to affect the world, or is world to meters only for VR projects currently? We have project where a client wants us to ...

Integrat PhysX crash fixes

UE - Simulation - Physics - Solver - Aug 24, 2021

Crash due to D3D device being lost. (Error: 0x887A0006 - 'HUNG')

UE - Graphics Features - Feb 22, 2017

This JIRA has been made to consolidate all "D3D device being lost. (Error: 0x887A0006 - 'HUNG')" crashes into one. Previous Jira tickets include:[Link Removed][Link Removed][Link Removed][Link Remo ...

[CrashReport] Linux crash - FScopeContext::FScopeContext()

UE - Platform - Linux - Oct 5, 2017

This is a somewhat common Linux crash occurring in 4.17.2. (there are a few older records in 4.16.2 and 4.17.1 also, but most occur in 4.17.2) Callstack from Log[2017.10.04-14.49.42:768][ 2]LogFi ...

Fix center of mass calculations with welding.

UE - Simulation - Physics - Aug 25, 2016

Welding components uses precomputed weights for to determine center of mass for the actor. This can cause problems when users want to specify custom weights for certain components. ...

Fix InstancedStaticMesh RemoveInstance invalidating indices

UE - Gameplay - Oct 26, 2016

When removing instances from an ISMC, indices / indexes returned from AddInstance will be invalidated. This can cause issues for users that want to do custom management of instances. Using something ...