Crash when not saving level after using MovieRenderQueue for that level

UE - Editor - Content Pipeline - USD - Feb 8, 2022

Crash when not saving level after using MovieRenderQueue for that level Repro rate 3/3 Regression Yes, issue is not reproduced on //UE5/Release-5.0-EarlyAccess at CL 16682836 from LauncherFatal er ...

Renaming blueprint macro causes Failed import for EdGraph errors

UE - Gameplay - Blueprint - Feb 4, 2022

Macro libraries try to support guid-based renaming: when a specific macro is renamed blueprints using the old name will automatically point to the new name and work properly. However, this fixup hap ...

If remove the muted side from the two child tracks in sequencer, the remaining tracks will be muted forever

UE - Anim - Sequencer - Feb 4, 2022

The cause was that the information remained in Rows Disabled of Track even though it returned to one Track by the delete operation from the state where there was a child Track of multiple rows. As ...

Volumetric Cloud + Sun ghosting artefacts around a static cube

UE - Graphics Features - Feb 3, 2022

Video of the issue here - [Link Removed] 4.27 and 5.0 seem to display slightly different outcomes. In 5.0 the sun only appears very close to the cube, whereas in 4.27 is can appear a bit further ou ...

MoviePipeline: Cannot add per-shot {file_format} name overrides

UE - Anim - Sequencer - MRQ - Feb 3, 2022

void UMoviePipelineBlueprintLibrary::ResolveFilenameFormatArguments(const FString& InFormatString, const FMoviePipelineFilenameResolveParams& InParams, FString& OutFinalPath, FMoviePipelineFormatArg ...

"PivotPainter_PerObjectData" node's "Random Value Per Element" output crashes with an assertion when used with a "Cross" node

UE - Rendering Architecture - Materials - Jan 31, 2022

This is a regression. Tested in: //UE4/Release-4.27 CL18319896 Binary //UE5/Release-5.0 CL18747223 GitHub When using the Random Value Per Element from a PivotPainter_PerObjectData with a Cross nod ...

abnormal sound output on UMG animation track

UE - Anim - Sequencer - Jan 28, 2022

Sound repeated at initial frame only on 4.27. it was worked fine on 4.26 and 4.25 It is probably a side effect caused by the sequencer changes below.​ Sequencer: Move Finalization phase back onto ...

Importing fbx onto an empty camera animation sequence can crash the editor

UE - Anim - Sequencer - Jan 27, 2022

Importing an FBX into an empty camera animation sequence crashes the editor. The import seems to fail when trying to add a camera cut track. Exporting an fbx from a camera animation sequence, deleti ...

Destructing NiagaraParameterStores causes multi threading write conflict

UE - Niagara - Jan 26, 2022

FNiagaraParameterStore::UnbindAll() may be called from both GameThread and RenderingThread. Each may modify the same Binding array, it causes infrequent crashes. In my environment, I was able to r ...

Size input box too narrow in UMG Widget Editor

UE - Editor - UI Systems - Jan 24, 2022

Only 2 digits are visible in the size box that holds values between 1.0 and 0. Meaning most values will contain 3 digits. This is different from UE4 where more digits are visible. ...