Screen space reflections are flickering when using no Anti Aliasing

UE - Graphics Features - May 20, 2020

This is a regression from 4.24.3 (CL-11590370). SSR begins to flickers when AA is disabled when moving around the scene. This was reported and tested in 4.25 (CL-13144385) and reproduced in Main 4. ...

Sprites using a lit material render black in orthographic views

UE - Graphics Features - Dec 23, 2014

Sprites using a lit material render black in Orthographic views. Sprites are rendered as expected in Perspective view. ...

Differences in DistanceToNearestSurface and DistanceFieldGradient results between 4.27 and 5.0

UE - Graphics Features - Apr 27, 2022

In the UE5 case, we end up seeing very harsh lines in both the gradient and the distance to nearest surface examples whereas the results in 4.27 appear smooth.  It was also interesting to observe c ...

FBX animations generated under fractional framerates fail to import

UE - Anim - Runtime - Aug 24, 2022

We now have the following error that is generated in FFbxImporter::ValidateAnimStackif (!FMath::IsNearlyZero(SubFrame, KINDA_SMALL_NUMBER) && !FMath::IsNearlyEqual(SubFrame, 1.0f, KINDA_SMALL_NUMBER ...

Complex morph target motion vectors flicker

UE - Graphics Features - Lumen - May 16, 2022

Morphing target flickers when switching between complex targets. This occurs when global illumination is set to Lumen. Per talk with analyst, it greatly improves when using SSR or None instead of Lu ...

Mesh Renders in Main Pass if Both "Render CustomDepth Pass" & "Render in Depth Pass" Are Enabled, While "Render In Main Pass" is Disabled

UE - Graphics Features - Dec 25, 2019

Meshes set to not render in the Main Pass still does if both "Render CustomDepth Pass" & "Render in Depth Pass" are enabled, while "Render in Main Pass" is disabled. Attached is an example project. ...

Data validation FAILED due to IWBE_Blutility containing invalid data

UE - Content - Engine - Jan 11, 2021

4.26[AssetLog] D:\Binary\UE_4.26\Engine\Content\Tutorial\InWorldBlueprintEditing\TutorialAssets\IWBE_Blutility.uasset: Default__IWBE_Blutility_C is not valid. See the MapCheck log messages for detai ...

Unable to create a 'World Soft Object Reference' Variable from the Variables Panel

UE - Gameplay - Jun 21, 2018

Soft references to World objects (TSoftObjectPtr<UWorld>) cannot be directly created in blueprints. These types work fine in blueprints but cannot be directly created. The reason soft references are ...

Cooker Generated Packages: Actors can trigger the "load" of generated packages from linker load and load them incorrectly

UE - Foundation - Core - Cooker - May 31, 2023

Generated packages have to be constructed by the cooker via FGeneratorPackage::CreateGeneratedUPackage. Some fields on the UPackage are set and ICookPackageSplitter->PopulateGeneratedPackage is call ...

Optimize Data Layer runtime state replication

UE - World Creation - Worldbuilding Tools - Data Layers - Dec 7, 2023

[Link Removed]This issue occurs only when I have a lot of RDLs (I tested 2500 and 1600). I tested with 6 RDLs and had no issuesI also noticed in the server log an error when a lot of RDLs are presen ...