Fix TSR velocity extrusion on rotating

UE - Graphics Features - Aug 3, 2023

MPCook: Fix replication of UObject::CookAdditionalFilesOverride

UE - Foundation - Core - Cooker - Oct 19, 2023

MPCook relies on global data that is accumulated during package cooks on CookWorkers be replicated to the CookDirector. Some global data that is accumulated during package cooks is CookAdditionalFi ...

[CrashReport] UE4Editor_Engine!FPhysScene::SyncComponentsToBodies_AssumesLocked() [physscene.cpp:1271]

UE - Simulation - Physics - Dec 1, 2017

This is a common crash in 4.18 and 4.18.1. The callstack shares similarities to [Link Removed], although that has been confirmed fixed in 4.18. Included in the same crashGroup are also a few Ensur ...

Fix SourceLength to be tangent to spot light axis

UE - Graphics Features - Mar 4, 2015

Fix pause flags when recycling sound sources

UE - Audio - Dec 12, 2016

Issue is due to pause flags getting recycled when new sound sources are used from the sound source pool. This is a regression since 4.13, causing audio to pop. ...

UMovieSceneSequenceTickManager does not consider settings of Fixed Frame Rate

UE - Anim - Sequencer - Jun 15, 2023

Due to CL-20816478 UMovieSceneSequenceTickManager now calculates DeltaTime per Group instead of using DeltaSeconds directly. As a result, the FixedTimeFramerate in the project settings is being igno ...

Fix log spam when using a vive wireless adpater

UE - Platform - XR - Dec 19, 2018

We need to handle TrackedDeviceClass_DisplayRedirect as a valid device in SteamVRController.cpp ...

Codeworks fails to install under Ubuntu 18.04 and later

UE - Platform - Linux - Apr 28, 2020

Codeworks is packaged with Unreal engine download from Github, but depends on Libpng12, which is deprecated. Current version of Libpng is Libpng16 ...

Fix function forwarding in demo drivers in instant replays

UE - Networking - Jul 13, 2020

Demo drivers that are actively playing back a replay while still connected to another server as a client (via game net driver) will generate warnings due to the function forwarding code (UNetDriver: ...