ContentExamples: UMG Example 2.3 "blueprint" is lowercased

Docs - Samples - Jan 19, 2017

The word "blueprint" on stand 2.3 in the Content Examples: UMG map is lowercase, but should be capitalized ...

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

VS2015 Update 3 prevents the editor from compiling code

UE - Foundation - Cpp Tools - UnrealBuildTool - Jun 28, 2016

Updating Visual Studio 2015 to Update 3 prevents code projects from compiling / creating new code projects ...

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

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

[CrashReport] Access violation in UE4Editor_Engine!TOctree<TVolumeLightingSample<3>

UE - Graphics Features - Jun 14, 2017

This is a common crash in the 4.16 release. The callstack for the issue is essentially the same as [Link Removed], however that issue had confirmed repro steps and was verified fixed for 4.16.0. A ...

Editor becomes unresponsive when Playing Editor with 3 or more players when an Oculus is hooked up

UE - Platform - XR - Jan 4, 2018

The editor appears to freeze when PIE is set to run with 3 or more players and an Oculus is hooked up to the machine. As a note this issue occurs the second time that PIE is used. ...

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

Migrating a project from UE5.2 to UE5.3.1, there was a difference in the navmesh generated on HISM

UE - AI - Navigation - Oct 24, 2023

HISM is generated by ConstructionScript Actor is placed on the level and navmesh is generated on top of HISM. In UE5.2, the navmesh was generated without splitting on the HISM. In UE5.3, a break occ ...