Hair sampling/aliasing in editor with sequencer

UE - Graphics Features - Jun 9, 2021

UPD: affected version 4.26 so regression for 4.27 is no ...

Expose input action from enhanced input component delegates

UE - Gameplay - Input - Jun 9, 2021

From a delegate there is no easy way to access the action that triggered the delegate. Whilst this is mostly inherent (an OnJumped handler implies the Jump action) it would be better to provide dire ...

Dragging control rig Blueprint onto a sequence will fail to create a new spawnable

UE - Anim - Sequencer - Jun 9, 2021

The class FControlRigObjectSpawner is set-up to spawn control rigs from a sequence, but it fails to implement and override for CreateNewSpawnableType, so spawnables can only be created by converting ...

Audio Capture Component Crashes When Unplugging Mic/Headset

UE - Audio - Jun 9, 2021

Audio Capture Component does not appear to be handling external device swaps appropriately, and has a delayed crash that will occur if an in-use mic is unplugged. At a glance, it appears to involve ...

Crash when using EditConditionHides with a struct in an array

UE - Editor - Workflow Systems - Jun 8, 2021

A crash can occur in FStructurePropertyNode::GetValuePtrOfInstance when using EditConditionHides with arrays of structs. When deleting an element from the array, ParentBaseAddress will be null. ...

Staging Directory in Project Packaging Settings should not be saved as absolute path

UE - Foundation - Core - Cooker - Jun 8, 2021

When you package a project via the editor, it updates the ProjectPackagingSettings to set the StagingDirectory to the specific one chosen by the user. However, it saves this path as an absolute path ...

Disabling Render in Main Pass on a Nanite mesh causes a crash

UE - Graphics Features - Jun 8, 2021

When disabling Render in Main Pass on a Static mesh with nanite enabled a crash occurs This issue is occurring in //UE5/Release-5.0-EarlyAccess Binary CL 16433597 ...

Open Marketplace button is unresponsive

Portal - Jun 8, 2021

When pressing the Open Marketplace button in UE5 or the Marketplace button in UE4, nothing happens. This occurs in both UE5 Early Access and UE4 4.26.2. Tested in //UE4/Release-4.25 @ CL 14469661 ...

Crash when sculpting on duplicated landscape with edit layers enabled

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

Crash happens when trying to sculpt on a duplicated landscape that has edit layers enabled. This crash does not occur for landscapes that are duplicated with edit layers disabled. ...

Out-of-bounds read caused by improper return size from FSocketSteam::RecvFrom in Unreal Engine

UE - Online - Jun 7, 2021

Overview: Function at fault: FSocketSteam::RecvFrom (https://github.com/EpicGames/UnrealEngine/blob/c3caf7b6bf12ae4c8e09b606f10a09776b4d1f38/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/ ...