Mobile Joysticks snap to edge upon any input

UE - Platform - Mobile - Sep 9, 2021

When dragging the mobile joysticks in any direction, the snap to the edges regardless of how much the user inputs in said direction. This occurs with both the left and right joystick. This also occu ...

Grass does not show up when I override the Material of LandscapeComponent.

UE - LD & Modeling - Terrain - Landscape - Sep 8, 2021

Regression checked in //UE4/Release-4.26.2 CL 15973114 the issue is not reproduced thee ...

ODSC - Launching a newly created project via UnrealFrontend fails to load some materials and crashes

UE - Rendering Architecture - Materials - Sep 6, 2021

The same repro steps on 4.26.2 will launch the project successfully. Packaging a project once to create complete ShaderMaps will work around the issue. ...

HiResScreenshot has incorrect masking when screenshot resolution scale does not match the viewport.

UE - Rendering Architecture - RHI - Sep 6, 2021

After a bit of investigation, the way to fix this would be to modify MergeMaskIntoAlpha to pass in the actual resolution scale and the requested size, and only mask the overlapping pixels. Currently ...

Android Vulkan SM5 crash at startup

UE - Platform - Mobile - Sep 6, 2021

Crash Applying Multiple Anim Modifiers

UE - Anim - Runtime - Sep 5, 2021

Fatal error: [Link Removed] [Line: 2516] Fatal error: [Link Removed] [Line: 2516]Objects have the same fully qualified name but different paths. New Object: MotionExtractorModifier /Game/Characters/ ...

Wrong Role in BeginPlay of startup actors respawned by a replay scrub

UE - Networking - Sep 3, 2021

The Role/RemoteRole of net startup actors that get respawned during the replay scrub will be incorrect/swapped during BeginPlay (but not later for any onreps we process). ...

GeometryCaches don't implement CreateHitProxies to create a unique hitproxy per section/material

UE - Editor - Content Pipeline - Datasmith - Sep 3, 2021

This causes the ObjectId pass in MRQ to fail to distinguish between materials in the resulting Cryptomatte file. It looks like FGeometryCacheSceneProxy doesn't implement CreateHitProxies so it's f ...

APlayerController::FlushPressedKeys is (incorrectly?) called when the client viewport loses focus.

UE - Gameplay - Input - Sep 3, 2021

When focus changes an IE_Released event occurs for the W key (your character stops moving) due to UGameViewportClient::LostFocus calling APlayerController::FlushPressedKeys. Because of the R key pre ...

[Dynamics Processor][Audio Bus Sidechain] - Audio Bus Sidechain doesn't function the second time a sound is triggered

UE - Audio - Audio Bus - Sep 2, 2021

Retriggering a sound using an Audio Bus as a sidechain on a Dynamics processor seems to not uses the sidechain. The sidechain will start working again if it's reset on the Dynamics Processor effect ...