Spline don't deform landscapes in certain setups

UE - LD & Modeling - Terrain - Landscape - Dec 26, 2019

The splines do not deform the landscape when the path is made with a straight spline. When you move a spline point to bend the road it will deform the landscape, but the deformation accuracy seems t ...

Steam API is disabled when playing in Standalone Game

UE - Online - May 11, 2020

The Steam API is disabled when playing a Standalone Game that was started using the Play button. REGRESSION: Yes Worked: 4.24.3 Binary CL-11590231 Broken: 4.25 Binary CL-13261010 I do not see this ...

Default values specified for local BP variables of type DateTime and Timespan don't actually work

UE - Gameplay - Blueprint Runtime - Nov 6, 2020

Have attached examples of this in action, including breakpoints showing the FDateTime::Ticks count as zero. Also showed that this is an issue for the existing GetYear/GetMonth/GetDay methods (and an ...

Ambient Occlusion does not function with Forward Rendering enabled

UE - Graphics Features - Feb 24, 2021

Ambient Occlusion does not seem to function when enabling Forward Rendering. I tested the level without Forward Shading and could notice a visible difference in the shadows when Ambient Occlusion wa ...

Filtering a Curve with Fourier Transform (FFT) with the Response set to Chebyshev crashes the editor

UE - Anim - Sequencer - Mar 19, 2021

When creating a Curve and filtering the keys with a Fourier Transform, the engine crashes. The engine doesn't crash when the Bake, Euler, or Simplify options. It only crashes if there are a minimum ...

Crash when reopening a project that has a Child Actor component in a BP with a WaterBody class set as the Parent Class

UE - Graphics Features - Apr 29, 2021

When adding a child actor component to a Blueprint with the Parent Class set to one of the new Water classes and then placing it in the world, the project will crash on open. This was tested with th ...

Crash when creating a static mesh from a Procedural Mesh Component that has been used with a Create Mesh Section node

UE - LD & Modeling - Modeling Tools - Mesh Editing - May 5, 2021

When creating a static mesh from a Procedural Mesh Component that has been used by a Create Mesh Section node, the editor crashes. The editor doesn't crash when selecting the Create Static Mesh butt ...

Input isn't recognized for Shift+F, or just the F key when the Shift key is also pressed down

UE - Gameplay - Input - Nov 23, 2021

This is a regression Tested in: //UE4/Release-4.26.2 CL15973114 Binary - Did not reproduced //UE4/Release-4.27.1 CL17735300 Binary - Reproduced //UE5/Release-5.0-EarlyAccess CL16682836 Binary - Repr ...

Setting inherited variables in child blueprint crash editor

UE - Gameplay - Blueprint - Apr 15, 2015

PIE without compiling child blueprint (3rdSpiderPawn in example) that is attempting to affect an inherited variable will crash the editor. Additional Information: User has several cast to nodes ca ...

Event Dispatcher name changes do not propagate to related nodes until the editor is restarted

UE - Gameplay - Blueprint - Mar 17, 2015

Event Dispatcher name changes do not propagate to related nodes until the editor is restarted. This does not appear to affect functionality in 4.7.2. In Main, the nodes must be refreshed to restore ...