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

Editor lighting components not displaying correctly with diffuse off with lumen enabled

UE - Graphics Features - Lumen - Feb 2, 2022

Licensee note: "I haven’t tested with Ray tracing. I currently have lumen enable and it’s occurring there." ...

EditInlineNew properties on components don't work if the component name has whitespace

UE - Gameplay - Blueprint Editor - Feb 1, 2022

EditInlineNew properties on components can't be properly set if the component name has whitespace in it. This appears to be a problem with resolving the property name in SPropertyEditorEditInline::O ...

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

There is no obvious way to disable Auto Exposure in a post process volume

UE - Graphics Features - Jan 31, 2022

There is no easy way to disable auto-exposure on a per-component basis.  This is a big source of confusion for people new to Unreal.  The work around is to set Min and Max Brightness to 1 or set to ...

Set Niagara Variable (Object) for Texture Object fails

UE - Niagara - Jan 28, 2022

Set Niagara Variable (Object) does not work for texture objects. ...

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

Floating point error when rotating an actor while snapping is enabled

UE - Editor - Workflow Systems - Jan 27, 2022

Tested in: //UE5/Release-5.0 CL 16682836 Live Binary //UE5/Release-5.0 CL 18747223 GitHub(Attached Gif) Similar to [Link Removed] and [Link Removed] in the sense that the action results in a float ...

Specific Blend Mode of Material on UMG render incorrectly when HDR is enabled

UE - Graphics Features - Jan 27, 2022

This issue occurs with the Additive and Alpha Holdout settings. ...

FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement() fail on new keys with a substring of another key

UE - Editor - Workflow Systems - Jan 27, 2022

Duplicate key checking in maps and sets in the editor is done via calls to FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement(), but this code is checking for object names which are subsets ...