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

Playing sequences in reverse snaps after sequence has first ran

UE - Anim - Sequencer - Dec 29, 2016

I first came across this bug when I was working with Actor Sequences and noticed that the door I had opening would snap back when I tried to close it. Later I discovered that the issue was with play ...

Crash when adding multiple collision types to a mesh

Tools - Jan 27, 2017

Adding various collision types to a single mesh will cause it to hard crash the editor. No Crash Reporter window will open. Note that this happens with the user's mesh, but I was not able to repro ...

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

Subsurface Profile - Full resolution skin shading blows out results from ambient cubemap

UE - Graphics Features - Jan 12, 2017

Since the change to Subsurface Profile shader in 4.14 their use with ambient cubemaps have started giving blown out results that come back either white or very desaturated in the viewport. The curre ...

USkinnedMeshComponent::FindClosestBone does not respect bRequirePhysicsAsset parameter

OLD - Anim - Mar 20, 2017

A licensee has reported that the USkinnedMeshComponent::FindClosestBone function does not respect the bRequiresPhysicsAsset parameter, resulting in the bone returning bones that are not part of the ...

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

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

ResavePackages commandlet with Build Lighting applies level transform each time

UE - Foundation - Core - Cooker - Sep 13, 2016

While using the commandlet for RebuildPackages with -BuildLighting and having any sub-levels with level transforms will be added to the current position each time this commandlet is run. As an exa ...