Crash on Device when Deploying Mobile Project with Modulated Shadows and Planar Reflections on iOS 9

UE - Platform - Mobile - Jan 6, 2017

A crash occurs on iOS when deploying the licensee's project using iOS 9 version. The crash does not occur when deployed to a device using iOS 10 version. They believe the crash to be related to Pl ...

Fix rarely leaking Particle System Components

UE - Graphics Features - Jul 22, 2015

User has found an issue in which Anim Notifies, spawning particle system components that cannot ever render will leak the particle system component. The user has a working fix but it's likely not i ...

Frame rate issues using Fixed Frame Rate and Matinee

Tools - Aug 10, 2016

Frame rate issues using Fixed Frame Rate and Matinee. This could be similar to some issues involving "Force Fixed Frame Rate". ...

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

iOS/tvOS fails to build from source editor built with Xcode 9.3, macro expansion producing 'defined' has undefined behavior

UE - Platform - Mobile - Apr 2, 2018

Trying to launch on or package for TVOS or iOS from a source build of Mac or Windows will fail with errors:[2018.04.02-16.35.08:522][634]LogPlayLevel: In file included from /Volumes/Storage/GitHub ...

Controller::GetPawn() returns NULL in 4.9

UE - Gameplay - Sep 3, 2015

Making a call to GetPawn in an AIController class will return NULL which will crash when that return value is used. This is a regression as the call is made successfully in 4.8.3. Working CL: Work ...

ContentExamples: Volumes Example 1.9 There is an extra space between "Causing" and "Event"

Docs - Samples - Jan 19, 2017

In Display 1.9, there is an extra space between Causing and Event ...

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

Enabling Fixed Frame Rate doesn't Lock the Frame Rate

UE - Rendering Architecture - RHI - Nov 19, 2019

When a project is set to use a fixed frame rate via the Project Settings it is uncapped when played in editor. Found in 4.24 Preview 2 CL#10091930 Reproduced in 4.25 Main CL#10298106 ...