UEditorValidatorSubsystem::ValidateChangelistsInternal needs some work on handling warnings and errors. ...
Consider a C++/BP class containing an EditAnywhere/InstanceEditable variable with type (UDataAsset*), (UPrimaryDataAsset*), or any of their subclasses. When setting this variable using a Property Ed ...
When a material with WPO effects and MaxWorldPositionOffsetDisplacement is applied to a foliage mesh, foliage applied to a map will no longer work as expected with density scaling, especially after ...
In a static lighting environment, moving static objects no longer marks the built lighting as invalid. This prevents the on-screen warning from appearing. Regression introduced in CL: 25964466 on / ...
When a specific configuration of HDR cvars are set, PIE in a New Editor Window will not render the game world. Settings (For DefaultEngine.ini): ```[SystemSettings] r.AllowHDR=1 r.HDR.Display.Color ...
DistanceFieldAOHistory introduces ghosting at low scalability and low screen percentages. This can lead to AO artifacts and a ghosting effect from the character. This issue was also observed on //U ...
The bandwidth on the biquad loepass filter is cutting frequencies well below 20kHz when the bandwidth is 1.0. Slack convo: [Link Removed] Visualization:[Image Removed] ...
In order to fix a major issue involving dissapearing actors during cook, we added instancing context duplication in 31925640. This actually undoes the optimization made from 26543720 Both reported ...