Inconsistent Behavior of TFieldPath and nullptr comparison

UE - CoreTech - UObject - Mar 7, 2025

Commit 6448c6f (https://github.com/EpicGames/UnrealEngine/commit/6448c6f6d1de1e9fac9614248e06ba06b837814d) introduced inconsistent behavior for TFieldPath and nullptr comparison, depending on constn ...

Resetting material instance parameters to default value does not update the appearance of the object that the material is applied to

UE - Rendering Architecture - Materials - Mar 10, 2025

When a material instance with exposed parameters is applied to a landscape; the parameters set to a new value and then reset to back the default value, the landscape does not respect the new default ...

Regression: Selected Virtual Production Roles are saved but not loaded from Saved/Config/WindowsEditor/UserVPRoles.ini, unless file DefaultUserVPRoles.ini exists (even if completely empty)

UE - Virtual Production - Tools - Mar 7, 2025

When the "Virtual Production Utilities" plugin is enabled, the Editor makes available a list of "Virtual Production Roles", which can be created and individually selected in a "VP Roles" dropdown on ...

Importing static mesh while a PIE session is running permanently breaks nanite on the asset

UE - Editor - Content Pipeline - Import and Export - Mar 12, 2025

Importing a Static Mesh during PIE can cause it to never enable Nanite, even if it reports that Nanite is enabled. To re-enable Nanite on the mesh, the asset needs to be deleted and imported again ...

Stalled cook due to PoseSearchDatabase DDC storage/retreival

UE - Anim - Gameplay - Mar 27, 2025

reported via UDN: [Link Removed] ...

Network Prediction crash when smoothing service instance data is reallocated out from under FNetworkPredictionStateView

UE - Gameplay - Network Prediction - Apr 4, 2025

Received a report from a licensee using Network Prediction Plugin and Mover.  There is a strong likelihood of a crash occurring when using NPP's smoothing option and spawning new NPP-simulating ins ...

Non-Nanite Instanced Static Mesh Collision not showing in collision view

UE - Simulation - Physics - Apr 3, 2025

This issue is the same as [Link Removed], but it causes confusion for developers because only Nanite ISM are rendered correctly since UE5. . ...

Crash when attempting to change the parent of a material instance constant through editor scripting

UE - Rendering Architecture - Materials - Apr 9, 2025

The built-in class "UMaterialEditingLibrary" provides various editor scripting functions related to creating and editing materials and material instances. One of these functions, UMaterialEditingLib ...

FName no longer equals FName_None when constructed with a trailing underscore and digits in range of 1-9

UE - CoreTech - Apr 15, 2025

When an FName is created with a trailing underscore and any number of digits in the range of 1-9 the trailing digits are used as the internal number value for the FName lookup. This results in the F ...