NormalizePackageNames() should interpret 'exclude developer folders' to also exclude packages in ExternalActors and ExternalObjects

UE - Foundation - Core - Oct 14, 2022

In NormalizePackageNames() (PackageUtilities.cpp), there is a PackageFilter parameter, which can be set to exclude developer packages (NORMALIZE_ExcludeDeveloperPackages). The code only checks the b ...

[CrashReport] UE4Editor_Persona!FBoneDescription::SetScore() [bonemappinghelper.h:31]

OLD - Anim - Sep 14, 2017

This is a somewhat common crash that appears to occur only in 4.17.1 (possible regression?). Users have not provided any description of their actions when the crash occurs. Source Context 20 ...

Navmesh seems to have buggy behavior when interacting with HISMCs that programmatically set mesh via SetStaticMesh.

UE - AI - Mar 6, 2020

Both versions works correctly if HISMC is pre-placed (generated in ConstructionScript). Only when generated dynamically does it fails. The Navmesh isn't being updated after SetStaticMesh and AddInst ...

Android launch images change size while onscreen

UE - Platform - Mobile - May 4, 2020

This was reproduced both in Match 3 and a new BP project with a custom launch image. Note that on Pixel 2 the BP project behaves a little differently than Match3. It displays in full size, then s ...

"Assertion failed: NumberOfFreeBits >= 0" on clients that attempt to connect to a server with the -NoPacketHandler option

UE - Networking - Oct 6, 2020

With the rework of IP address resolution in 4.25, this assert now occurs. When no packet handler is used, UPendingNetGame::InitNetDriver calls SendInitialJoin() immediately, before async address res ...

Crash when deleting the Add Component By Class node after changing the Relative Transform of the component

UE - Gameplay - Blueprint - Mar 31, 2021

When adding the Add Component By Class node, choosing a class that has a Relative Transform pin, changing the transform, and deleting the node the editor crashes. I tested this with the Skeletal Mes ...

XR -ARKit - Tracked Planes are not attached to the real world objects when moving the camera around

UE - Platform - XR - May 22, 2024

When the user attempts to place an object on a tracked plane it slides around the environment not staying in the expected place. Using the ARDebugcheck project with the show planes option you can se ...

Noise Node used in UI Material is rendering Black

UE - Graphics Features - Feb 15, 2016

The Noise Node when used in a UI Material is rendering completely black in 4.11. This is a Regression from Behavior in 4.10.2 It looks like the Noise Node (at least form the preview of the noise i ...

[CrashReport] ULevel::GetWorldSettings() - UMaterialInstanceThumbnailRenderer::Draw

Tools - Aug 29, 2017

This is a common assertion that has occurred since at least 4.14 and affected nearly 100 users. The callstack is similar to [Link Removed], which was marked fixed for 4.14. User DescriptionsUndoi ...

Physics replicates incorrectly on the Client-Side on sloped surfaces

UE - Simulation - Physics - Jul 30, 2019

Replicated objects don't behave correctly on the client-side on slopes when not sleeping. By placing two cubes on one another and slightly rotating the bottom one to create a very gentle slope, the ...