"Override Function" search box in the Blueprint Editor does not match actual function name (only its display name)

UE - Gameplay - Blueprint Editor - Mar 5, 2024

This is a quality-of-life issue for UE users. The issue was also detailed by the UDN user in a video in the linked UDN case. The Blueprint Editor provides an "Override Function" functionality in th ...

FVulkanDynamicRHI::RHIReadSurfaceData​ incorrect for FLinearColor​.

UE - Rendering Architecture - RHI - Mar 4, 2024

The FLinearColor implementation for FVulkanDynamicRHI is incorrect. FLinearColor stores 32 bit floats in linear space, while FColor stores 8 bit integers encoded with sRGB applied. The implementatio ...

Skeletal Mesh reduction clamps UVs at 1024

UE - Anim - Rigging - Mar 4, 2024

UAssetManager::ChangeBundleStateForPrimaryAssets: Performance: Avoid canceling loads in progress when new bundles added and the in progress bundles are kept

UE - Foundation - Core - Cooker - Mar 4, 2024

UAssetManager::ChangeBundleStateForPrimaryAssets allows adding new BundleNames to the list of BundleNames loaded for a PrimaryAssetId. Each BundleName specifies a BundleEntry with a list of assets. ...

Sequencer fails to play anim sequences on linked anim instances when an Additve/Layered FKControlRig track is active

UE - Anim - Sequencer - Anim in Engine - Mar 2, 2024

Animations can't be played with Sequencer via slot nodes in linked anim graphs when an additive/layered FK Control Rig is active.  This is because adding an FK Control Rig changes the anim instance ...

ASan on iOS is broken

UE - Platform - Apple - Mar 1, 2024

Address Sanitizer (asan) is currently not working on iOS. This could be a helpful feature to get working again. ...

FNotifyNodeInterface crashes when referenced Notify is invalid

UE - Anim - Runtime - Mar 1, 2024

Currently FNotifyNodeInterface directly references notifies that live within the related anim sequence.  This can cause intermittent crashes when notifies are removed as the UI can still reference t ...

Blueprints break when implementing a duplicated BP interface along with the original

UE - Gameplay - Blueprint - Mar 1, 2024

When duplicating a blueprint interface, the GraphGuids of the original BP interface's function graphs are unchanged: function graphs across the two BP interfaces now have the same GraphGuid. This is ...

Level asset "Diff against depot" opens P4 Merge tool

UE - World Creation - Worldbuilding Tools - Mar 1, 2024

You can right click a level asset in the editor's Content Browser and do the action Source Control > Diff against Depot. However, this does not provide a useful diff window. It currently opens the d ...