Ensure in GatherSubobjectData

UE - Gameplay - Nov 27, 2023

An ensure in GatherSubobjectData is being hit under certain inheritance conditions. This appears to be similar and potentially related to [Link Removed] and the fix at CL 16377852. Stepping through ...

Luminance coefficients used throughout the engine not matching sRGB standard

UE - Virtual Production - Rendering - Color - Nov 27, 2023

This is causing confusion when working with color in UE5, specifically when validating for HDR between different reference materials. It has also been noted that the color primaries in PAL and NTSC ...

Static Mesh Only enabled Foliage Actor causes serialization error in packaged game

UE - World Creation - Worldbuilding Tools - Nov 24, 2023

The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA     if (!Ar.IsCooking()) // ...

UToolMenus::GenerateWidget can crash while calling PopulateMenuBuilder

UE - Editor - Workflow Systems - Nov 24, 2023

A user reported that UToolMenus::GenerateWidget will crash if UToolMenus::AddReferencedObject is called during the construction of a menu. Using the above in-code repro steps, I can repro this in a ...

GAS: Ability granted by GameplayEffect (GE) while in AbilityList scope lock is not removed if that GE is removed before exiting scope lock

UE - Gameplay - Gameplay Ability System - Nov 23, 2023

When a GameplayEffect (GE) grants an GameplayAbility (GA) via an AbilitiesGameplayEffectComponent on the GE, that ability will not be correctly removed if that GE is added and removed within an Abil ...

Material containing null expressions crashes when launching the editor with the -Game flag

UE - Rendering Architecture - Materials - Nov 23, 2023

This comes from a UDN report. [Link Removed] When launching the editor with -game, if a material contains a null expression (for instance because that material expression has been removed), the bin ...

Actors unrelated to the changelist being validated cause errors

UE - World Creation - Worldbuilding Tools - World Partition - Nov 22, 2023

When validating a changelist, unrelated errors to the changelist can appear. Here's an example of running the validation on a cl named "temp cl" which just contains a single actor "Cylinder". The A ...

Crash when duplicating camera on sequencer with viewport closed

UE - Anim - Sequencer - Nov 22, 2023

Can be worked around with always keeping a viewport opened. https://udn.unrealengine.com/s/question/0D5QP000002Hfdh0AC [Link Removed] ...

Crash when spawning actor with no viewport initialized

UE - Editor - Workflow Systems - Nov 22, 2023

If an attempt to spawn an actor is made before the Level Editor Viewport is fully initialized (i.e. before it has had a chance to get rendered at least once), and that actor has no specific Factory ...