Spline points deleted after movement

UE - Editor - Workflow Systems - Sep 6, 2019

Spline points are deleted from the Spline component after adding them in Python and then moving them in the scene. Tested in 4.21.2 (CL - 4753647) 4.22.3 (CL - 7053647), 4.23.0 (CL - 8386587), 4.24 ...

Long Load Times With PIE When Using Tessellation On Landscapes

UE - LD & Modeling - Terrain - Landscape - Sep 24, 2019

When having large landscapes with a tessellated material, loading time after hitting Play in Editor is much longer than in 4.22. Found in 4.23 CL# 8386587 and 4.24 CL# 8971176 Working as expected ...

Unloading a spawned Detour AI Controller using Level Streaming causes a crash

UE - AI - Oct 14, 2019

In a Level Streaming setup, unloading a level that has spawned an AI Character with a Detour AI Controller causes a crash. This was reported and tested in 4.23 (CL-8386587). This was reproduced in ...

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output TCHAR parameter

UE - Foundation - Core - Oct 30, 2019

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it.  Found in 4.23 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271 ...

Oculus controllers are hidden in Collab VR template

UE - Platform - XR - Dec 2, 2019

Oculus Rift motion controllers aren't visible and don't respond to button input from the controllers in Collab VR. Found in 4.23.1 CL#9631420 Reproduced in 4.24 Preview 4 CL#10387632, 4.25 Main CL# ...

RHI assert on startup when compiling shipping build with assertions enabled

UE - Graphics Features - Dec 23, 2019

When setting bUseChecksInShipping to true in the PRojec's Target.cs file, the project will package successfully for Shipping but trigger an assert when it is launched. The error is also present when ...

Reflection capture doesn't work with full dynamic lighting

UE - Graphics Features - Dec 27, 2019

The Reflection Capture is not showing reflections for anything but the Sky Light when all Lighting is set to Fully Dynamic. This was reported and tested in 4.24.1 (CL-10757647). This was reproduce ...

Niagara Systems Don't Scale With Skeletal Meshes When Called From a Montage

UE - Niagara - Jan 2, 2020

When a Niagara System is called from a montage is doesn't scale with the skeletal mesh that uses the montage. Attached is an example project. Found in 4.24.1 CL#1077647 Reproduced in 4.23.1 CL# 9 ...

Hidden Shadows Aren't Rendered When Raytracing Is Enabled

UE - Graphics Features - Lumen - Mar 13, 2020

Hidden shadows aren't rendered when ray tracing is enabled. Found in 4.25 Preview 2 CL#12055273 Reproduced in 4.23.1 CL#9631420, 4.24.3 CL#11590370, 4.26 Main CL#12123513 ...

FBX skeletalmesh animation import use an integer for sample rate

UE - Editor - Content Pipeline - Import and Export - Sep 11, 2020

Integer sample rate is not playing well with 23.976(NTSC/24) sample rate, the curve get resample at 30Hz in that case and we loose precision. We need to support FFrameRate sample rate to get accura ...