OSSNull doesn't properly filter servers based on settings

UE - Online - Oct 19, 2016

OSSNull doesn't properly account for bShouldAdvertise or bAllowJoinInProgress. These should be updated in OnValidQueryPacketReceieved. (Note, bShouldAdvertise is explicitly ignored in LAN matches) ...

Static light reflections do not honor Min Roughness settings for lights.

UE - Graphics Features - Aug 10, 2015

When using static lighting with Reflection Captures, the light sources Min Roughness setting is not honored. This is part of the new update for Reflection Capture Actors to render the light shape ...

Default value lost when placing a struct within a user defined struct

UE - Gameplay - Blueprint Editor - Sep 18, 2017

The default value of a child struct that is added to anther struct is not retained in the parent. An example would be if the child struct contains an integer, the default value when added to another ...

When changing the variable name of Parent Blueprint, only Child Blueprint existing on the opened level becomes Dirty.

UE - Gameplay - Blueprint - Oct 20, 2017

Changing the variable name of the parent Blueprint also effects the changes to the child Blueprint, but the Dirty result changes depending on whether it is placed on the level. This means that Child ...

Depth of Field blur is inconsistent with r.ScreenPercentage == 100 (Dynamic resolution)

UE - Graphics Features - Oct 29, 2024

Depth of Field, with "r.DOF.Recombine.Quality = 0" will adjust the size of the depth in focus based on screen percentage. This might be related to over-fitting from the tile classification, because ...

Changing the names of inputs in a collapsed graph can change connected inputs in other collapsed nodes

UE - Gameplay - Blueprint - Mar 15, 2015

Changing the names of inputs in a collapsed graph can change connected inputs in other collapsed nodes. Reproduced in 4.7.2 binary and Main (//depot/UE4/Promotable-CL-2478413) ...

Crash when Toggling Landscape Mode with Hidden Sub-Level containing a Landscape

UE - LD & Modeling - Terrain - Landscape - Oct 28, 2016

A crash occurs when you have a hidden Sub-level containing a landscape and you attempt to toggle the Landscape Mode after re-opening the project. The licensee has authored their own fix for this is ...

SpeedTree static meshes corrupted converting project from 4.12 to 4.14

UE - Graphics Features - Nov 25, 2016

Speedtrees are just normal static meshes once they are in the engine, so if we are corrupting them across an engine upgrade that is really bad. ...

RGB/UINT10 HDR Format not using ST.2084

UE - Rendering Architecture - RHI - Aug 23, 2021

Specification here: [Link Removed] Which is mirrored in engine in FD3D12DynamicRHI::Init (for example): [Image Removed] However, FWindowsPlatformMisc::ChooseHDRDeviceAndColorGamut always returns ...

Crash when returning to viewport from immersive mode with an editor window tabbed beneath

Tools - Mar 2, 2015

When the user enters immersive mode by hitting f11 and then opens the material editor, (which opens tabbed in the editor underneath the immersive display)The engine crashes when hitting attempting t ...