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

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

All console variables overridden in Movie Render Queue are set to 0 after the render queue runs

UE - Anim - Sequencer - Aug 4, 2020

All console variables overridden in Movie Render Queue are set to 0 after the render queue runs. It's because all cached previous console variables are reset to 0 just before they are written back ...

Subtraction Node wild card inputs incorrectly assigns Time Span data type when given a Date Time data type

UE - Gameplay - Blueprint - Nov 18, 2021

This is a regression //UE4/Release-4.27 has "DateTime - DateTime" and a "DateTime - TimeSpan" node. The subtraction node, with wild card inputs, incorrectly assigns Time Span data type when fed a D ...

Building development version on Linux fails due to iOS folder structure

UE - Platform - Linux - Jun 26, 2017

In the default Linux folder configuration, Engine/Source/Runtime/Core/Public contains two folders, iOS and IOS. The iOS folder contains the files IOSCriticalSection.h and IOSCriticalSection.h while ...

Persona code calling incorrect extenders when building menus.

OLD - Anim - Jan 25, 2017

Certain files for building menus is calling the wrong extenders List of known conflicting functions:FSkeletalMeshEditor::ExtendMenu() [Engine\Source\Editor\SkeletalMeshEditor\Private\SkeletalMeshEd ...

Some landscape grass instances floating when generated on AMD cards under OpenGL

UE - Graphics Features - May 15, 2015

User is reporting grass at the edge of their landscape being generated floating in the air on a Mac Pro with AMD GPUs. I have been unable to repro this on my Mac Mini with Intel Graphics HD 4000. Q ...

AnimCurveCompressionSettings is reset to CompressedRichCurve at editor startup

OLD - Anim - May 21, 2019

AnimCurveCompressionSettings's codec is reset to CompressedRichCurve when user open the project, so user can not keep the state changed to UniformlySampled. The following code in the constructor of ...

[GPU Lightmass] bake artifact w/ two actors of same static mesh

UE - Graphics Features - Jun 22, 2022

As per a bug report from Pixomondo: if there are two static meshes in the scene and one has a rotation, it gets a GPULM bake artifact as if it is intersecting with the unrotated version of itself. S ...