Creating a new C++ Synth Component results in a failed compile linker error.

UE - Audio - Dec 19, 2019

Upon creating a new Synth Component C++ Class in Unreal 4.24, the compiler will fail to compile with a Linker error. ...

Initial overlaps aren't populated by BeginPlay

UE - Gameplay - Dec 18, 2019

Get overlapping components/actors is not fully populated with initial overlaps by BeginPlay in 4.24, like they were in 4.23 ...

Overlapping Lightmap UVs Generated When Not In None LOD Group

UE - Graphics Features - Lumen - Dec 17, 2019

Overlapping lightmaps are generated when the LOD group is not the default. Setting the LOD group to None and rebuilding lighting doesn't have the same result. Found in 4.24 CL# 10570792 Reproduced ...

Tessellation Materials are not working on Landscapes

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

Tessellation is not working on landscapes, but it does works fine on static meshes. This is a regression from 4.23.1 (CL-9631420) where the tessellation was visible with this setup. This was tested ...

Morph target LOD over 0 not worrking with GPU skin

UE - Rendering Architecture - RHI - Dec 17, 2019

I do not know what happen here and I need the help of the rendering team to debug this issue. There is no log at all even with -d3debug If you import the file SK_LOD_Morph_Working.fbx its a similar ...

VR Preview + Wireframe View Mode = Wireframe only in Left Eye

UE - Platform - XR - Dec 16, 2019

Wireframe View mode only rendering in Left Eye. Was working pre rendering-refactor (4.21) Confirmed in 4.25 MAIN @ CL 10730208 ...

Post Process Material + Stereo Rendering = Left Eye Black

UE - Platform - XR - Dec 16, 2019

Left Eye Renders black in VR when a PostProcess Material is applied. On Quest Right eye renders post process mat and left eye renders scene, but upsidedown. Also occurs in Packaged Project and/or ...

"Restore Open Assets Tabs on Restart" Doesn't Reopen Asset Tabs

Tools - Dec 16, 2019

Enabling "Restore Open Assets Tabs on Restart" doesn't reopen asset tabs when opening a project . Found in 4.24 CL#10570792 Reproduced in 4.25 CL#10719465 ...

Character Movement Mode in Water Volume is affecting all clients

UE - Gameplay - Player Movement - Dec 16, 2019

Strange behavior concerning Character Movement Network Replication and a Water Physics Volume.  Upon entering water volume, Character Movement mode is set to swimming, however if more than one clien ...

WildCard Inputs/Outputs Propogate Incorrectly in Macros

UE - Gameplay - Dec 13, 2019

When a macro takes in a two Wildcard inputs and two Wildcard outputs connecting a variable to one assigns the value of all the outputs even if they don't connect (check attached image). You can see ...