Multiple Timeline Tracks disappear when first track is collapsed

Tools - Mar 6, 2017

When collapsing a timeline track, if there are over 5 tracks below it, some will disappear. This is a closer look at but UE-18550 Workaround Simply scroll on the timeline tracks to repopulate the ...

Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation

UE - Foundation - Cpp Tools - Jan 13, 2020

Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation. ...

Light rendering becomes broken when at a distance of ~1000000 from origin

UE - Graphics Features - Oct 7, 2020

Tested at X=20,000 with no issue Tested at X=500,000 with no issue Tested at X=1,000,000 issue occurs NOT A REGRESSION ...

Deferred decal does not display when running GTAO.

UE - Graphics Features - Mar 4, 2020

Deferred decal does not appear if GTAO is enabled. ...

Assert Crash when Attempting to rename Vector variable with open split pins

UE - Gameplay - Mar 25, 2020

Assert Crash when Attempting to rename Vector variable with open split pins  ...

Compiling with VS2019 16.6 later causes garbled characters in output window

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 10, 2020

Using old behavior by applying true to NMakeUseOemCodePage property solves this issue.  in VCProject.cs​// Project globals (project GUID, project type, SCC bindings, etc) { VCProjectFi ...

Unable to open Unreal Engine after cleaning project in XCode

UE - Platform - Apple - Aug 31, 2020

When I have the Epic Games Launcher open as I clean the Xcode project, the top right button will still read "Launch." Clicking on it after the Xcode project is finished cleaning causes the following ...

Gameplay Abilities CancelAllAbilities not working as expected

UE - Gameplay - Oct 24, 2019

in AbilitySystemComponent_Abilities.cpp, line:844  CancelAllAbilities() does not appear to be working as expected.  There is a check before cancelling all abilities.  However, this check uses the Cl ...

Loading instanced static mesh causes memory leak in packaged game

UE - World Creation - Worldbuilding Tools - Foliage - Mar 3, 2021

The leaking variable is UInstancedStaticMeshComponent::InstanceDataBuffers. The memory block is passed to InitPerInstanceRenderData() via InstanceDataBuffers.Release(). But the function doesn't mana ...

Editor Crash when trying to get Color data from Vertex buffer

UE - Graphics Features - Nov 6, 2019

When attempting to get the vertex color of an instance of of a static mesh that is painted after placing it in the World Viewport. The Editor crashes returning an "Unhandled Exception". The cause o ...