Crash when duplicating multiple components at once

UE - Gameplay - Blueprint - Apr 4, 2019

When duplicating multiple components at once it appears to crash the editor. Regression: Yes, this appears to be working in the previous version of the engine (4.21.2-4753647) ...

On static mesh import correctly named materials in project aren't automatically applied

UE - Editor - Content Pipeline - Import and Export - Jul 16, 2019

When importing a static mesh into a project with the appropriately named materials in it already they won't apply to the mesh automatically when setting Search Location to All Assets without being i ...

Unable to select Foliage in the World Outliner

UE - World Creation - Worldbuilding Tools - Foliage - Mar 13, 2020

Foliage is not an asset that you can select through the World Outliner and the "Select" button in Foliage Tool is not working for this case. If you create new foliage, it will be set to scale 0 and ...

Crash compiling a blueprint after changing a TMap value from Vector to Vector4

UE - Foundation - Core - UObject - Jun 29, 2020

REGRESSION: Issue does not occur in 4.24 Crash occurs when the user changes a blueprint TMap value from Vector to Vector4 and then compiles the blueprint. This seems to only occur with TMaps, as ...

[CrashReport] UE4Editor-CoreUObject!FPropertyProxyArchive::operator<<(FField * &) [PropertyProxyArchive.h:45]

UE - Foundation - Cpp Tools - Hot Reload - May 8, 2020

Generated from CrashReporter Error message - Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address [different address per crash] ...

Geometry Collection crashing BP Simulation when set to enable Physics via Event Graph

UE - Simulation - Physics - Destruction - Dec 2, 2022

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. Issue does not occur when user Simulates in level viewport, nor when geometry collecti ...

Opening a widget blueprint on Linux causes editor to crash

UE - Platform - Linux - Aug 25, 2016

The editor crashes when attempting to open a widget blueprint. ...

Make Bitmask node returns incorrect value when using custom Enum

UE - Gameplay - Blueprint - Jul 5, 2016

When a custom enum is used as the Bitmask Enum of a Make Bitmask node, the value returned does not match the expected value ...

Physics object resting on movable platforms have erratic physics behavior in 4.14

UE - Simulation - Physics - Dec 14, 2016

Physics object resting on movable platforms have erratic physics behavior in 4.14. This is a regression from 4.13.2-3172292 User Description: When placing more than 10 or 20 blocks on a moving pl ...

GetCurrentPlayers() Always Returning 0

UE - Networking - Apr 14, 2017

GetCurrentPlayers() is returning 0 each time it is called, regardless of how many players are connected to the server. ...