Packaged Paper2D game using Flipbooks crashes when opening Level

UE - Gameplay - Components - Sep 11, 2020

Paper2D game using Blueprint Actor with Box Collision and Flipbook Component crashes frequently when loading levels in packaged Development Build. Reported and tested in versions 4.25.3(CL 139427 ...

ProxyLOD plugin generates uninitialized vertices at end of a vertex buffer

UE - World Creation - Worldbuilding Tools - HLOD - Sep 11, 2020

ProxyLOD::FQuadricMeshSimplifier::OutputMesh may remove duped verts. The input vertex buffer was resized by numVerts from FQuadricMeshSimplifier before calling OutputMesh. So these behaviors genera ...

Editor freezes when searching for blueprints while another search is active and indexing is in progress

UE - Gameplay - Blueprint Editor - Sep 10, 2020

The editor will freeze if the user starts a search for blueprints while a search is already happening during blueprint indexing. ...

Camera Position node does not work with Light Functions

UE - Graphics Features - Sep 9, 2020

When a Light Function material is applied to a light source, and after using a camera position node and plugging that node into the Emissive Color option there is no light being emitted from the lig ...

Android ETC2 Debug Builds Crash on Startup

UE - Platform - Mobile - Sep 9, 2020

Android apps build with the debug configuration on ETC2 will crash on launch. ...

Android Random Startup Crashing

UE - Platform - Mobile - Sep 9, 2020

Licensees are reporting random crashes at startup, with randomly different messages, but it seems that all have a "low-address null pointer dereference".  The licensee believes that the phone someti ...

Crash when attempting to deform a landscape when Paint Layer has not been used - Assertion failed: !TargetProxy->HasLayersContent() || !InCanUseEditingWeightmap || EditingLayerGUID.IsValid() [LandscapeEdit.cpp Line: 5252]

UE - LD & Modeling - Terrain - Landscape - Sep 9, 2020

The editor crashes when attempting to draw a weight blended texture to the landscape if it hasnt been used on that landscape yet. This crash can be completely avoided if the stone texture is painted ...

Nativizing a blueprint interface using TMap/TSet causes Fatal error in UHT

UE - Gameplay - Blueprint Compiler - Sep 9, 2020

FPropertyBase constructor does not handle a TMap/TSet property. Following workaround can avoid this error. explicit FPropertyBase(FProperty* Property) : PropertyExportFlags(PROPEXPORT_Public) ...

Crash editing Transition Logic after deleting State and Transition in State Machine

UE - Anim - Runtime - Anim Blueprints - Sep 8, 2020

Attempting to click on a node in a Transition Logic that has been opened in a new tab will cause a crash when the correlating State node and it's transition have been deleted from the State Machine. ...