Starter Content's "P_Explosion" does not successfully convert to a Niagara System - incorrect loop, spawn, sprite size, and collision behaviors

UE - Niagara - Cascade - Mar 17, 2022

Starter Content's "P_Explosion" does not successfully convert to a Niagara System - incorrect loop, spawn, sprite size, and collision behaviors Changes needed for / issues found with each emitter:A ...

Inconsistent ListView entry sizes can prevent the ListView from being scrolled to the bottom

UE - Editor - UI Systems - Slate - May 4, 2022

Since the contents of a ListView are virtualized, the ListView estimates the size of the scroll box's contents based on the on-screen elements. This can lead to some situations where DistanceFromBot ...

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

Pre-UE5 serialized FVariant FVector data corruption when deserialized in UE5

UE - Gameplay - LWC - Jan 15, 2024

FVariant is a struct that implements a union of data types, including FVector. When assigning an FVariant an FVector value in engine versions UE 4.27 or earlier, the FVariant will deserialize incorr ...

Deadlock in UPhysicalAnimationComponent::UpdatePhysicsEngineImp

UE - Simulation - Physics - Sep 13, 2023

Deadlock in Chaos during PIE; the main thread is in USkeletalMeshComponent::HandleExistingParallelEvaluationTask waiting for a task to complete, and a worker thread is running that task and is in US ...

[Feature Request] CVars for HISMC

UE - World Creation - Worldbuilding Tools - Foliage - Jun 18, 2021

Currently some (if not all or most) foliage CVars affect both foliage and HISMC. It would be nice to split this so that users can change the values of one without affecting the other. ...

Sequencer custom render pass results are incorrect

UE - Anim - Sequencer - MRQ - Feb 10, 2021

As a result of outputting with Roughness set to 0.5 in the material, it is 0.5 in the viewport and a little lower in the render pass output. Viwport [Image Removed] Render [Image Removed] ...

Iris - check hit in FNetBitStreamWriter::InitBytes if object has only COND_InitialOnly replicated properties

UE - Networking - Iris - Jun 22, 2023

InitOnly FReplicationStateDescriptors will have a value of 0 for ChangeMaskBitCount, so if an object only has COND_InitialOnly properties, its FReplicationProtocol will also have a ChangeMaskBitCoun ...

Groom renders black through Single Water Layer materials

UE - Graphics Features - Jan 9, 2023

Regression: Tested in UE5/Release-5.0, this issue occurs so this is not a regression ...

Decals Normal only + Material Attributes

UE - Graphics Features - Mar 24, 2023

This does not just work with BaseColor, you can affect any of the outputs by connecting something to a disconnected CreateMaterialAttributes. ...