RetainerBox may cause memory leak

UE - Editor - UI Systems - Slate - Aug 20, 2020

Essentially, this memory leak should be counted in the UI section, but it is counted in the SceneRender section. This seems to be due to the behavior of MemStackAllocator and FixedSizeAllocator. Th ...

Templated enum GetValueAsString function returns incorrectly formatted string

UE - Foundation - Core - Aug 19, 2020

For many years there has been a static function on UEnum called GetValueAsString which would convert an enum like EAttachmentRule::KeepWorld to the string "KeepWorld", if you passed in the explicit ...

Planar Reflections distorted if Separate Translucency Screen Percentage less than 100%

UE - Graphics Features - Aug 19, 2020

Planar reflections with any value lower than 100 for SeparateTranslucencyScreenPercentage are skewed/distorted when moving the camera, not representing the correct image when the value is 100. ...

ObjectScale node in the material editor does not work with decals

UE - Graphics Features - Aug 19, 2020

The ObjectScale node does not output the correct values in the material editor. This method works to tile images with a Surface Material Domain on a basic plane, but does not work when using it with ...

Merged actors cannnot cast shadows when source actors Cast Shadows is disabled

UE - World Creation - Worldbuilding Tools - Merge Actor - Aug 19, 2020

Merging actors with cast shadows disabled causes the merged actor to be unable to cast shadows at all. Toggling the Cast Shadows option does not resolve the issue. This is seen in //UE4/Release-4.2 ...

Some developers reporting incorrect Preview in VR resolution for Steam VR

UE - Platform - XR - Aug 18, 2020

VR Preview Window is the wrong resolution, just showing the top left portion of the entire view. Somewhat similar symptoms to -[Link Removed]-, not exactly the same though.   This issue has not be ...

Chaos cloth simulation bounds are incorrectly rotated when using local space simulation

UE - Simulation - Physics - Character - Aug 18, 2020

The bounds are wrongly calculated when the bUseLocalSpaceSimulation property is set in the Chaos Cloth shared config, as it doesn't take into account the character rotation in the removal of the off ...

Crash when creating nested child actors

UE - Gameplay - Blueprint Compiler - Aug 18, 2020

Setting the root of the furthest child actor results in a crash after pressing compile on the blueprint. Example project: [Link Removed] ...