Virtual Texture Collection Indexing Not Working

UE - Rendering Architecture - RHI - Oct 30, 2025

Textures at an index, other than 0, cannot be sampled from a Virtual Texture Collection in a material. When using the Texture Collection and Texture Object From Collection material nodes, with a Vir ...

Niagara crash when using a particle attribute reader that has been passed around between modules

UE - Niagara - Oct 28, 2025

The following Niagara usage pattern results in either a crash or in incorrect data being read from a Particle Attribute Reader: Emitter Spawn Stage – A module has an Attribute Reader input specifie ...

TOptional value changes in parent BP don't propagate to loaded child BPs

UE - Framework - Blueprint Editor - Oct 27, 2025

Context TOptional<T> is a wrapping struct around a type, that lets the property have an set and unset state, in addition to the property's value when set. It is editor exposed: designers can open b ...

Control Rig - Undo doesn't function correctly with proxy and multi bone controls

UE - Anim - Rigging - Control Rig - Oct 26, 2025

Issue from my Technical Animator where the undo operation in Control Rig doesn't work as expected on Proxy Controls. He has recreated the issue using the "Control Rig Samples Pack" and recorded a vi ...

Snap to nearest spline point no longer working in 5.6. Right clicking on a spline point and using the option “Snap to nearest spline point" will no longer snap that point to any nearby spline and will sometimes cause the spline to snap to itself.

UE - Gameplay - Oct 22, 2025

Context: When editing SplineComponents in the level viewport, right clicking a spline point has a context menu action "Snap to nearest spline point". Problem: The problem is, Snap to nearest spline ...

Child actor components fail to attach in cooked builds when mobility is set to movable and end up at the origin

UE - Gameplay - Oct 21, 2025

Context: A Child Actor Component allows an actor in Unreal Engine to contain another actor as its child (component). Problem: The problem is inconsistent handling of child actor component mobility ...

Inconsistent Nanite raster bin debug visualisation colors

UE - Graphics Features - Nanite - Oct 20, 2025

The raster bin debug colors are not always consistent when a static mesh and spline mesh are present ...

Material Instance Platform Stats don't update when Material Layer parameters are changed

UE - Rendering Architecture - Materials - Oct 14, 2025

The instruction count appears to update properly if the whole asset editor is closed and reopened. ...

User-defined InstancedStaticMeshComponent subclass misbehave in SCS Editor

UE - Framework - Blueprint Editor - Oct 13, 2025

Context Users can create InstancedStaticMeshComponent (ISMC) (blueprint) subclasses. Any ISMC class can be added to an actor blueprint. When a mesh is selected and transforms are added to the Insta ...

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