Crash: Unhandled exception UE4Editor_Renderer!FMobileBasePassMeshProcessor::Process

UE - Graphics Features - Mar 14, 2019

HUD can cause a crash when used with Mobile. "When running from visual studio exception happens here: https://github.com/EpicGames/UnrealEngine/blob/4.22/Engine/Source/Runtime/Renderer/Private/Mobi ...

Issues changing physics properties on destructible meshes

UE - Simulation - Physics - Destruction - Oct 15, 2015

Numerous issues when manipulating destructibles. 1) Changing collision response pre-fracture will not affect chunks post-fracture 2) Changing collisions response pre-fracture will prevent damage f ...

Crash when using Mesh Reduction on ScotsPine_01 for LOD3

UE - Graphics Features - Jan 30, 2017

A crash occurs when trying to use the Mesh Reduction tool for the ScotsPine_01 static mesh from the Open World Demo collection. The assets from this project are usually very processor heavy due to ...

[CrashReport] UArrayProperty::DestroyValueInternal

UE - Gameplay - Blueprint - Sep 14, 2017

This is a somewhat common crash that has affected multiple users in 4.17. User Descriptionstried to compile a blueprint after changing blueprint interface function definitions. Source Code 121 ...

Quickly using alt-tab with a blueprint in a new window causes the event graph to capture input of the alt key

Tools - Nov 13, 2017

Quickly using alt-tab with a blueprint in a new window causes the event graph to capture input of the alt key. This issue does not occur when the blueprint is a tab of the main UE4 editor window. Th ...

Datasmith files containing special characters do not import correctly in Unreal

UE - Editor - Content Pipeline - Datasmith - Exporters - Oct 10, 2018

User is experiencing an import issue with a 3DS Max 2019 file. Their workflow is as follows and works for all their assets but this one:Original file created in revit 2019Import revit link to 3dsmax ...

Mouse Events cannot be treated as Touch on Android Apps on Chromebook

UE - Platform - Mobile - Mar 18, 2019

A licensee reported an issue where mouse events are not able to be used as touch events on Android apps. This was specifically reported on and tested on Chromebooks. After working with Chris Babcock ...

[AI] ZoneShapes visualization does not reset after selecting another actor

UE - AI - Jul 26, 2023

ZoneShapes do not reset visuals when being de-selected and re-selected. The last piece of the zone shape to be selected will still show as selected when the shape is re-selected, but using the edito ...

Orthographic Camera Preview window does not render materials

UE - Graphics Features - Jan 17, 2015

I am using the orthographic camera preview fairly extensively for making an in-engine Tiling Texture maker. This feature is currently busted since the orthographic camera preview window is rendering ...

SpawnActor node evaluates pure inputs twice

UE - Gameplay - Blueprint - May 9, 2017

When the node Spawn Actors from class is used with a pure input (in this case a pure function with a transform output) The result is that it get evaluated twice. In the test project provided a print ...