Actor Component Replication Not Working on Dynamically Spawned Components in Blueprint

UE - Networking - Aug 7, 2018

Actor components that are spawned dynamically through Blueprint are not being properly replicated to the client.  Found in 4.20 CL# 4233996 and reproduced in 4.21 Main CL# 4258917 Unable to test i ...

Adding NotifyTrack from AnimDataModifier doesn't refresh Animation Editor

UE - Anim - Runtime - Aug 12, 2020

When creating a Notify Track using an Animation Modifier in the Animation tab of an Animation Sequence, the new Track added and applied fails to appear in the Notifies panel until the panel has been ...

Ribbons Don't Follow Their Source Particles When Scaling

UE - Niagara - Mar 23, 2020

When Ribbon Data in a particles system that is following is scaled in an instance the ribbons scale appropriately, but they don't follow updated location of their source particles. See the attached ...

Packaged Paper2D game using Flipbooks crashes when opening Level

UE - Gameplay - Components - Sep 11, 2020

Paper2D game using Blueprint Actor with Box Collision and Flipbook Component crashes frequently when loading levels in packaged Development Build. Reported and tested in versions 4.25.3(CL 139427 ...

Runtime Virtual Texture samples at low precision for very large volumes

UE - Graphics Features - May 31, 2022

When using a runtime virtual texture with a resolution of greater than 2^24 we can start to see a lack of precision in sampling when the sampling UVs get closer to 1. To see this we need to be usin ...

Alpha blending is done twice when using RenderOpacity of RetainerBox's parent slot

UE - Editor - UI Systems - UMG - Feb 10, 2023

Licensee reported that alpha blending is done twice in the code below, and the fix below seems to fix it. .\Engine\Source\Runtime\UMG\Private\Slate\SRetainerWidget.cpp From:const FLinearColor Compu ...

Crash in DX12 UpdateTexture2D

UE - Graphics Features - Jan 24, 2017

RHIUpdateTexture2D uses the wrong size for the per-row memcpy, which means we can't support passing in an offset within a larger image in the SrcData pointer (doing so will result in an access viola ...

Crash when Rendering a Sequence at resolutions higher than 4K with DX12 and Ray Tracing Enabled

UE - Rendering Architecture - RHI - Jul 2, 2019

The Editor will crash when rendering a sequence at 7680x7680 with dx12 and ray tracing enabled. Found in 4.22 CL# 7053642, 4.23 CL# 7208101, 4.24 CL# 7210422 ...

Cull Distance Volumes Affecting Actors After Being Deleted

UE - Graphics Features - Oct 7, 2019

Cull Distance Volumes Affecting Actors After Being Deleted. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, and 4.24 CL# 9428115 ...

Procedural Sounds Dropping First Samples

UE - Audio - Oct 26, 2015

When playing a sound with the bProcedural = true option enabled. The associated sound will then drop samples when played. The licensee who originally reported the issue actually has provided a fix i ...