Take Recorder starts all timecodes at zero unless "Start at Current Timecode" is checked

UE - Anim - Sequencer - May 19, 2022

This seems to be a regression caused by CL 16942648 ([Link Removed]). Recording times based on the sequence, means the timecode will always begin when the sequence does. ...

UMaterialBillboardComponent does not render when moving

UE - Graphics Features - May 19, 2022

Marking this as a Regression since it works as intended in Release 4.27.2 (CL-18319896). I've also confirmed the behavior is occurring in UE5 Main (CL-20283975) as well.  ...

USplineComponent::GetDistanceAlongSplineAtSplineInputKey returns incorrect result when input keys are not sequential

UE - Editor - Workflow Systems - May 18, 2022

USplineComponent::GetDistanceAlongSplineAtInputKey() returns the wrong value when the input keys are not sequential because it interprets the input key argument as the spline point index. Thus if th ...

Crash occur when loading AInstancedPlacementPartitionActor

UE - Editor - Workflow Systems - May 17, 2022

Crashes when loading an actor that inherits from AInstancedPlacementPartitionActor. There is a serialization size mismatch. ...

Unable to build marketplace code plug-in

UE - Foundation - Cpp Tools - UnrealBuildTool - May 17, 2022

Fix for [Link Removed] sets the RuleAssembly in the Marketplace plugin to ReadOnly. This has prevented the plugin binaries from being compiled. Change the readonly flag as shown in the following co ...

Vector addition wildcard does not cast from integer to float (double-precision) when split apart vector pin is utilized

UE - Gameplay - Blueprint - May 13, 2022

Vector addition wildcard does not cast from integer to float (double-precision) when split apart vector pin is utilized. You can also utilize a Vector2D to get the same results. Repro Rate: 3/3 Te ...

[Quartz] - The multiplier does not always respected on the Quartz Quantization Boundary

UE - Audio - Quartz - May 13, 2022

Increasing the multiplier past a certain point causes sounds on a Quantization Boundary to struggle to play at the correct time. The repro above uses 1/32, but this also repros with other values. ...

Resizing panels causes ghosting/shifting of contents during drag

UE - Rendering Architecture - RHI - May 13, 2022

Resizing the editor window or any floating panel causes the panel contents to jitter during drag.   See attached images.  The jittering one is from Main and the normal behavior was captured in UEFN. ...