[Audio Gameplay Volumes][Google Resonance] - Resonance Plugin Reverb Settings do not work on AGVs

Audio-Gameplay-Engineering - Oct 18, 2022

Resonance Reverb Effects are not working on Audio Gameplay Volumes. They are working on legacy Audio Volumes.  ...

AO Decals not working when using Lumen

UE - Graphics Features - Oct 14, 2022

When lumen enabled, and with static lighting disabled, we expect the Material AO to contribute to diffuse lighting occlusion. However AO from decals does not have any effect. ...

NormalizePackageNames() should interpret 'exclude developer folders' to also exclude packages in ExternalActors and ExternalObjects

UE - Foundation - Core - Oct 14, 2022

In NormalizePackageNames() (PackageUtilities.cpp), there is a PackageFilter parameter, which can be set to exclude developer packages (NORMALIZE_ExcludeDeveloperPackages). The code only checks the b ...

Linked Anim Graph in Post Process Anim BP does NOT work after remove ControlRig Track

UE - Anim - Rigging - Control Rig - Oct 11, 2022

After remove control rig track from the skeletal mesh, Linked Anim Graph in Post Process Anim BP of the SK Mesh does NOT work. This issue can be fixed by the following code.// add #include "Anima ...

Use Borderless Window setting doesn't work on Mac

UE - Platform - Apple - Oct 10, 2022

[Link Removed] The UseBorderlessWindow setting appears to not be implemented on Mac. We currently only apply the NWWindowStyleMaskBorderless style for tooltips and other "irregular" windows, so w ...

r.SetFramePace cannot be set in device profile

UE - Platform - Mobile - Oct 7, 2022

Suggest creating an r.InitialFramePace cvar that is applied immediately at startup. ...

Decal actor's decal size is rendered with double length

UE - Graphics Features - Oct 4, 2022

Licensees have reported that they want to specify the Size in the same unit as cube on level. Looking at the engine, it seems that the Decal Size is currently set as the half size of the Box. [Imag ...

Artifacts when using virtual textures for multiple attributes in material layers

UE - Rendering Architecture - Materials - Sep 29, 2022

When using the Material Layer system and virtual textures, the number of physical texture samples in the shader increases with the number of material attributes that a virtual texture writes to. The ...

Reliable Multicast RPC may be called before BeginPlay for character on client

UE - Networking - Sep 28, 2022

Related to [Link Removed], where calling a multicast RPC in BeginPlay results in the character being spawned on the client with the incorrect role/initial property data. One thing to note: this does ...

Invalid Subsurface Scattering Color when using Per Pixel Shading Model and non-default material layers

UE - Graphics Features - Sep 27, 2022

It appears as though when adding material layers to a material instance that uses the FromExpression shading model, the subsurface color ends up white. If you add a DebugFloat3Values and output it t ...