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

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

Mutable Trying to Access Invalid UEdGraph Pointer

UE - Anim - Mutable - Mar 6, 2025

Hello, We've started seeing a crash within Mutable when it tries to access the source graph in PIE. This only seems to be a problem when running a dedicated server as a separate process. We integra ...

RootMotionModifier_SkewWarp bug

UE - Anim - Gameplay - Mar 6, 2025

In /Game/ABPLinkingShowcase/Blueprints/Pawn_ABPLinkingCharacter: The character mesh’s root location is lower than the capsule’s lowest point. This is what causes the issue. Based on the event graph, ...

Metdata 'ForceAsFunction' does not prevent conversion to event

UE - Framework - Blueprint Editor - Mar 6, 2025

Quote from the UDN: This is easily fixed with a conditional in bool FBlueprintEditor::ConvertFunctionIfValid(UK2Node_FunctionEntry* FuncEntryNode) which we've done locally, but should probably be ...

Crash trying to convert skeletal mesh to Nanite

UE - Graphics Features - Nanite - Mar 6, 2025

In SkeletalRenderNanite.cpp / FDynamicSkelMeshObjectDataNanite::UpdateBonesRemovedByLOD, bone indices are of type FBoneIndexType (defined as uint16 from BoneIndices.h), instead of int32. On line 18 ...

FRayTracingGeometryManager::Tick() called twice during a single frame

UE - Graphics Features - Ray Tracing - Mar 5, 2025

UDN licensee Prophecy Games has encountered an issue in which the RaytracingGeometry::Tick() function is called twice during a single frame. This causes an assert to trigger, which blocks them from ...

When using 'r.VT.SplitPhysicalPoolSize 64' with nanite meshes, mesh painting does not update in real time (only updates after stroke finished), duplicates mesh painting across separate instances of a mesh, and sometimes doesn't show up in PIE.

UE - Rendering Architecture - Mar 3, 2025

When using Mesh Painting on nanite meshes in 5.5 with 'r.VT.SplitPhysicalPoolSize' set to non-zero values (e.g. 16, 64), several issues occur, such as: 1. Painting doesn't update in real time (only ...

Regression: Several project settings, especially from built-in Plugins, are being silently erased when previously they were not, which is perceived as a bug

UE - Foundation - Feb 28, 2025

In UE's Project Settings, some pages are saved automatically to the project's "Config/Default<CATEGORY>.ini" file (meant to be version-controlled) on every change. Other pages have buttons "Set as D ...