TAssetPtrs are not properly fixed up in client PIE instances

Tools - Aug 18, 2015

Contrary to the linked UDN question, this doesn't seem to require the actor to be replicated. The problem is that when UWorld::DuplicateWorldForPIE is called for a PIE client instance's persistent ...

Integrate fix for improper failure case for allocation of RenderTargets in Oculus

UE - Platform - XR - Feb 6, 2017

CL 3278583 contains a fix for improper failure state allocation of render targets, which causes intermittent crashes when the HMD is unplugged or has a power interruption. This CL fixes the crash ...

Web browser widget appears to run at ~24 FPS

UE - Editor - UI Systems - Dec 5, 2016

Web browser widget appears to fun at ~24 FPS. The FPS for the editors browser widget is much lower than what is seen on other browsers. ...

Crash While Running Project With d3ddebug Enabled (fix provided)

UE - Graphics Features - Mar 6, 2017

A licensee encountered a crash during InjectTranslucentLightArray: according to them they fixed the issue in ShadowProjectionCommon.usf: /** Cube map texture. */ TextureCube<float> ShadowDepthCub ...

4.24 Instanced Stereo Distortion Error in ComputeBufferUVDistortion

UE - Graphics Features - Nov 13, 2019

4.24 moves distortion calculations to the file DistortionCommon.ush and its`ComputeBufferUVDistortion` function. The code in the INSTANCED_STEREO define no longer works as `Interpolants` isn't passe ...

Using a fixed frame rate will cause you to leave the loop section of Montage.

UE - Anim - Runtime - Dec 10, 2021

This problem only occurs when the fixed frame rate is 30 and the Sequence Lenngth of the loop animation is 1.66667. If turn off the fixed frame rate setting, it will behave as it should. ...

Integrate VirtualBones crash fix into next release patch

OLD - Anim - Jun 7, 2017

Athomas reached out to me with a crash he was having when trying his 'Automatic Sync Marker AnimModifier' on a Skeleton that had Virtual Bones. It was verified that this only happens when Virtual B ...

Crash occurs when an element of a fixed-size FText array is edited in a Blueprint.

UE - Gameplay - Blueprint - Jan 23, 2017

The Editor can crash if a fixed-size FText array is created. Attempting to edit one of the values of the array in a Blueprint will result in a crash. ...

[CrashReport] UE4Editor_MovieSceneTracks!UMovieSceneCameraCutSection::GenerateTemplate() [moviescenecameracutsection.cpp:24]

UE - Anim - Sequencer - Oct 30, 2017

This is a somewhat common Sequencer crash that occurs in 4.17 and 4.18. User DescriptionsWas trying to copy and paste a camera movement but something screwed up, I tried to add an already built Cam ...

Changes to AActor::SetReplicates caused Role/RemoteRole replication fix to regress

UE - Networking - Jul 14, 2022

There was a recent bug report that matched the description of some older cases (see linked UDN). The issue raised in those cases, [Link Removed], had been fixed, but the recent question seemed to in ...