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

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

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

Widgets added via the user created section do not update when changes are made to the child widgets

UE - Editor - UI Systems - Apr 29, 2019

When updating a widget's settings, those changes will not be reflected in the defaults of any instances where that widget has been used. ...

Properties not converting when using Core Redirects from BP to C++ class

UE - Foundation - Core - UObject - Mar 15, 2021

Note: I also tried with different variables names and property redirects. It's also hits and misses.  I tried with a bool and an integer. Only the integer will convert but not for all instances.. ...

Blueprint component lost when reparenting native base class and component name collides

UE - Gameplay - Blueprint Compiler - Feb 26, 2018

Use attached project to skip c++ steps. Follow from step 6. Update: It appears that the same symptoms occur if you simply change the name of an existing subobject, without changing the property/f ...