Landscape grass ignores the scale of the parent actors

UE - LD & Modeling - Terrain - Landscape - Nov 11, 2020

DrawScale = Landscape->GetRootComponent()->GetRelativeScale3D(); ↓ DrawScale = Landscape->GetActorScale3D(); Changing as above will solve the problem. Output log displays this warning: LogPhysic ...

"Depth pre-pass and base pass mismatch on D3D platforms with materials using World Position Offset

UE - Graphics Features - Nov 6, 2020

Looking at render doc captures in Base Pass we see pixelated black spots [Image Removed] which correspond directly to failed depth test: [Image Removed] See attached project for repro cases. ...

Naming a variable 'LifeSpan' causes the default value to be reset after closing the editor

UE - Gameplay - Blueprint - Nov 3, 2020

Customer reported this issue in Salesforce. I repro'd this issue in 4.25.3, 4.25.4, and 4.26. Therefore marking it as not a regression. Renaming the variable something like "LifeTimer" does not res ...

Curl Noise values on water body actors causes the shore to appear broken

UE - LD & Modeling - Terrain - Water - Oct 29, 2020

Water is new so I marked this not a regression This is worse in a Lake and River actors, Ocean kinda looks okay but also might need to be looked into ...

Destroying a camera actor makes the level Dirty

UE - Graphics Features - Oct 29, 2020

This does not occur except for Camera actors. ...

Latent Actions do not execute if the blueprint name contains non-english characters

UE - Foundation - Core - Oct 27, 2020

REGRESSION: Issue started occurring with 4.25.4 Blueprints with non-English characters in their name will not trigger latent actions. The following warning appears in the log in this case: LogScr ...

Linker exception opening project project after updating to 4.25.4

UE - Gameplay - Blueprint - Oct 27, 2020

User has encountered an exception opening their project when they updated from 4.25.3 to 4.25.4. No repro, log or test project is given at the time. ...

Editor crash when ticking then unticking "Toggle Visualization" in a Google Resonance Spatialization Settings window

UE - Audio - Oct 23, 2020

This is a user reported crash, I was able to re-create in 4.25.4. I'm also assuming this happens in 4.26, however there is a current blocker that stops me from opening this project in 4.26. Linked ...