Crash when Deleting Variable from Blueprint Struct

UE - Gameplay - May 23, 2019

The Editor will crash when attempting to delete a variable from a Blueprint struct. This crash does not seem to happen if save the map with the actor in it. ...

Deleting elements from TMap Struct in actor blueprint editor causes Crash

UE - Editor - UI Systems - Slate - May 24, 2019

Deleting elements from TMap Struct in the Actor Blueprint Editor (specifically, deleting elements from them) causes Unreal to crash ...

First Person Example Project Crash when character movement component is cast in viewport.

Tools - Jul 23, 2019

Crash is caused by incorrect cast to display ActorComponent in viewport (gizmo used to move it should not be present) ...

Virtual Texturing causes crash

UE - Graphics Features - Jul 29, 2019

Virtual streaming a 4K texture and setting the max texture size to 2048 causes the engine to crash. Tested in 4.21.2 (CL - 4753547), 4.22.3 (CL - 7053647), 4.23 (CL - 7445012), 4.24(CL - 7646041) ...

InstancedStaticMeshes disappear in Shipping builds on mobile when affected by dynamic point lights

UE - Platform - Mobile - Aug 22, 2019

This ticket is to add the safe workaround for 4.23.1, with a more optimal fix coming in 4.24. ...

Engine Crashes When Trying to Add an Entry to a TMap in a Nested Struct That is an Element of an Array

Tools - Oct 3, 2019

When trying to add an entry to a TMap in a nested struct that is an element of an array the engine crashes. This doesn't happen if it is not an array of the nested struct. Attached are .h and .cpp ...

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

TMap Contains Node Returns False Incorrectly Under Specific Circumstances

Tools - Nov 20, 2019

The Contains node doesn't return an existing row from a data table under specific circumstances. This didn't occur when the struct the data table is based on was made via blueprints or there are mor ...

4.24 GitHub Build compile error - fatal error C1083: Cannot open include file: 'SketchUpAPI/geometry.h': No such file or directory

UE - Editor - Content Pipeline - Datasmith - Exporters - Dec 10, 2019

12>e:\github\unrealengine\engine\source\programs\enterprise\datasmith\datasmithsketchupexporter\private\DatasmithSketchUpCamera.h(7): fatal error C1083: Cannot open include file: 'SketchUpAPI/geomet ...

UAIPerceptionSystem::Tick() has a chance of not being called after level reloading

UE - AI - Dec 16, 2019

UAIPerceptionSystem::Tick() is not called after level reloading. When Debugging, UAIPerceptionSystem::CurrentTime is always 0, and UAIPerceptionSystem::SourcesToRegister always contains sources to ...