Crash when adding Rectangle Lights to a game with multiple players while Raytracing is enabled

UE - Graphics Features - Nov 9, 2021

A user reported this issue to us through Salesforce. They initially said it crashed with both Spot Lights and Rectangle Lights, but I was only able to repro with Rectangle lights. Additionally, I di ...

Layer blending not detecting compilation errors correctly when linked to material functions

UE - Rendering Architecture - Materials - Nov 9, 2021

This may be more of an error when detecting the input when layer blending is being used (as we've seen in other functions), rather than it necessarily being an error with the compilation of the stan ...

Subobject delimiter replacement in ResolveName can cause previously valid strings to exceed NAME_SIZE

UE - Foundation - Core - UObject - Nov 8, 2021

ResolveName will replace the subobject delimiter (colon) with two periods. This increases the length of the string, and can cause asserts due to the string exceeding NAME_SIZE even when the name was ...

Camera manager will not tick if the game is paused on begin play or possessed events

UE - Gameplay - Nov 4, 2021

This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...

"Primitives with unbuilt interactions" not clearing after lighting scene rebuild

UE - Graphics Features - Oct 29, 2021

Regression No, according to affect version 4.26 and 4.27 [2021.10.29-17.01.06:085][830]Primitives with unbuilt interactions: 6[2021.10.29-17.01.06:085][830] Primitive FoliageInstancedStaticMeshComp ...

USkeletalMesh::SetSkeleton function is not a BlueprintSetter

UE - Editor - Content Pipeline - Asset Build - Oct 28, 2021

I have a fix ready for this in cl: 17967661 ...

FBXUVs can create null entries that will assert later

UE - Editor - Content Pipeline - Import and Export - Oct 28, 2021

Need to make sure we support nullptr entries or make sure we do not create such null entries. ...

Sequencer frame range progression is not continuous

UE - Anim - Sequencer - Oct 28, 2021

The end of the level visibility section places a DeterminismFence. This causes the issue. The fence clips the frame range and produces a discontinuous frame ranges, e.g. 23201~24000, then 24001~24 ...