RVT displaying lower LOD VTs by default in editor

UE - Rendering Architecture - Materials - Feb 28, 2022

See licensee description for further details. ...

r.MobileContentScaleFactor appears to be ignored defaulting to 1 on Mobile Devices

UE - Platform - Mobile - Feb 28, 2022

r.MobileContentScaleFactor = 0 should return Native Resolution; 1 should return Standard definiton; 2 shold return an High Definition Resolution. It seems that r.MobileContentScaleFactor is being i ...

[CrashReport] UnrealEditor-Engine!UStaticMeshComponent::BuildTextureStreamingDataImpl

UE - World Creation - Worldbuilding Tools - Feb 28, 2022

Generated from CrashReporter ...

Assertion failed on attempt to reload edited Dataprep asset

UE - Editor - Content Pipeline - Visual Dataprep - Feb 28, 2022

Editor crashes after user tries to reload Dataprep asset after editing Filter By Actor label card in QAEnterprise project. Regression - Yes(Priority Critical), wasn't able to repro this issue in // ...

Setting a float value with the meta tag "ExposeOnSpawn = true" on spawn doesn't retain the value

UE - Gameplay - Feb 25, 2022

Float values with the meta tag expose on spawn aren't retaining their value when the value is set with a Spawn Actor node. It appears to only be floats. Maybe it has something to do with the change ...

FEditorFileUtils::SaveCurrentLevel returns true even when it fails

UE - World Creation - Worldbuilding Tools - Feb 25, 2022

In FEditorFileUtils::SaveCurrentLevel, we set the default return code as true (success) before checking validity of the current level or seeing if PromptToCheckoutLevels is successful. If we're unab ...

Crash when writing WPO using SceneDepth

UE - Rendering Architecture - Materials - Feb 25, 2022

Final Gather Quality Post Process setting causes severe rendering issues in the Stack-O-Bot project

UE - Graphics Features - Lumen - Feb 24, 2022

When opening the Stack-O-Bot project in 5.0 Preview 1, the project has a rendering issue where bright shimmering lights appear all around the screen. I discovered that this is due to the PostProcess ...

References to recompiled Blueprint CDOs that exist outside of the immediate class hierarchy are not being replaced during compilation.

UE - Gameplay - Blueprint Compiler - Feb 24, 2022

Currently, the Blueprint compiler will only update references to a reinstanced CDO/archetype object if it falls within the immediate hierarchy of the Blueprint class type OR if it's a component temp ...