Niagara user parameters out of sync between the Sequencer and the Details panel

UE - Niagara - Cinematics - Feb 13, 2024

User Parameters on Niagara actors do not sync in the details panel when animated with Sequencer. Scrubbing in sequencer does not update the details panel. ...

Camera Shot Blend does not work when Reverse Play

UE - Anim - Sequencer - Feb 13, 2024

Camera shot blending on Sequencer does not work when Reverse Play. If we place two cameras in a scene and just blend them by Camera Shot track in sequencer, the view point is interpolated between th ...

Nanite and mobile landscape don't have support for dynamic materials

UE - LD & Modeling - Terrain - Landscape - Oct 26, 2023

On a landscape actor with Nanite landscape enabled, set the bUseDynamicMaterialInstance property on a landscape proxy and setup a BP to call  SetLandscapeMaterialTextureParameterValue / SetLandscape ...

PriortizeCategories doesn't work with sub categories

UE - Editor - UI Systems - Feb 20, 2024

See UDN: [Link Removed] ...

Reference to material collection by Index instead of by Name causes inconsistency

UE - Rendering Architecture - Materials - Feb 21, 2024

A UDN user reports materials referincing parameter collections by index instead of by name. The problem manifests itself when rearranging the order of parameters belonging to collections, as the edi ...

MRQ Remote Render Audio is 30 seconds later than expected.

UE - Anim - Sequencer - MRQ - Feb 29, 2024

CL 17315409 Introduced a fix that relied on processing audio samples before a render. For remote renders this extra 30 seconds of audio processing seems to have made its way into the final results. ...

When an active Niagara Component is moved and reset+reactivated in the same frame, "Interpolated Spawning" causes "Spawn Burst Instantaneous" to spawn particles in the previous frame's outdated location

UE - Niagara - Mar 6, 2024

Consider a Niagara System with an Emitter in "Global Space" that has "Interpolated Spawning" active and a "Spawn Burst Instantaneous" module with a "Spawn Time" of 0.0 (for example, the built-in Con ...

Using a Shading Model node set to Unlit results in an invalid material with FromExpression domain

UE - Rendering Architecture - Materials - Feb 29, 2024

Create a materialSet its domain to From ExpressionRecreate the node graph as in the screenshot Note that the preview sphere is black. ...

In-Memory replay checkpoints incorrectly deleted when stream length is less than TimeBufferHintSeconds

UE - Networking - Mar 18, 2024

The buffer start time is calculated by subtracting the TimeBufferHintSeconds from the stream length: const uint32 BufferStartTimeMS = UE::LWC::FloatToIntCastChecked<uint32>(FoundReplay->StreamInfo.L ...

Editor Validator classes are available through the Runtime BP creation menu

UE - Editor - Workflow Systems - Mar 19, 2024

The Blueprint  creation menu should probably only show classes that are not defined in Editor modules.  ...