Ensures for Pixel and Vertex Shaders occur when running TM-ShaderModels with -onethread

UE - Graphics Features - Jan 20, 2017

Two ensures fire when opening the TM-ShaderModels Map in QAGame with the -onethread argument. The callstacks look identical with the exception that one is for a pixel shader and the other is for a v ...

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

[CrashReport] Mac Metal crash - FSceneRenderer::RenderDistortion()

UE - Graphics Features - Aug 29, 2017

This is a somewhat common Mac crash occurring since 4.15 and into 4.17.1. Users have not provided any descriptions of their actions when the crash occurred. This specific callstack was previously ...

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

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

Breaking level instances does not adequately fix up actor references

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 29, 2022

Details in link. ...