TMatrix<T>::InverseFast() ensure when running URootMotionModifier_SkewWarp::WarpTranslation().

UE - Anim - Gameplay - Oct 3, 2025

URootMotionModifier_SkewWarp::WarpTranslation() uses InverseFast() within a block of code that is only executed if DeltaTranslation is not nearly zero. The ToRootSyncSpace transform the code builds, ...

TMaps do not function as expected in the details panel when then TMap variable is in a blueprint component

UE - Framework - Blueprint - Oct 3, 2025

The default element can be added multiple times and changing the value from the drop down. ...

WP: The Generation log report doesn't contain the result of the ActorDescViewMutators

UE - World Creation - Worldbuilding Tools - World Partition - Oct 3, 2025

Values for InitialOnly replicated arrays can fail to be captured in replay when removed and re-added between checkpoints

UE - Networking - Oct 2, 2025

When the first checkpoint is recorded, the correct array properties will be captured in the LifetimeChangelist. When these array items are later removed and another property on the actor is changed, ...

OculusOpenXRLoader.build.cs should be part of all InstalledBuild

UE - Foundation - Build - Rocket (Installed Engine) - Oct 2, 2025

The OculusOpenXRLoader module is only required on Android but it should be possible to reference it from any project\plugin that doesn't target that platform.  The user that found the problem is ...

Recompiling an ABP that another ABP has a Property Access dependency on without recompiling/linking the other causes a crash

UE - Anim - Runtime - Anim Blueprints - Oct 2, 2025

The crash comes from the pointers in FAnimSubsystem_PropertyAccess::Library::Indirections in the layer ABP from pointing to old/invalid functions and properties from the trash ABP_Manny, as they hav ...

Update LookupProxy chooser evaluation to work with soft object references.

UE - Anim - Gameplay - Oct 1, 2025

Soft object references in proxy tables, when evaluated return a nullptr, instead of the soft object reference to load. ...

FNiagaraScalabilityManager incorrectly reactivates a NiagaraComponent that was deactivated by runtime user code

UE - Niagara - Scalability - Oct 1, 2025

Context: The Niagara System is the primary tool to do visual effects inside Unreal. Niagara systems can be culled due to distance. Problem: Once a deactivated Niagara System is culled due to distan ...

Shader Complexity View not working in Deferred Mobile Preview

UE - Platform - Mobile - Sep 30, 2025

Proposed workaround:add in FMobileSceneRenderer::RenderDeferredMultiPass (MobileShadingRenderer.cpp): #if WITH_DEBUG_VIEW_MODES if (ViewFamily.UseDebugViewPS()) { return; } #endif // WITH_DEBU ...

BoxOverlapActors fails to catch an Overlaped actor with a particular scale, from a particular position

UE - Simulation - Core - Sep 30, 2025

BoxOverlapActors fails to overlap a scaled Floor actor with a particular scale, from a particular position and extent. The setup is really specific and described in Steps to Reproduce. The required ...