Crash after generating HLODs for merged meshes that have all triangles culled

UE - World Creation - Worldbuilding Tools - HLOD - Jul 25, 2024

Natively declared Gameplay Tags aren't counted by Reference Viewer when set default by ctor

UE - Gameplay - Jul 11, 2024

Similar to Issue 199247 ([Link Removed]), Natively declared Gameplay Tags aren't counted by Reference Viewer when used in a variable set in a C++ ctor. ...

Sandbox Visitors can fail on empty directories on non-Windows platforms

UE - Foundation - Jul 11, 2024

When a Sandbox Visitor checks a directory and it doesn't exist, it returns true on Windows and false on other platforms. The code that uses the result of this check, IterateDirectory, doesn't conti ...

IsSpatiallyLoaded = false set in actor blueprint is not respected in standalone game

UE - World Creation - Worldbuilding Tools - World Partition - Jul 1, 2024

In past compatibility detection in FWorldPartitionClassDescRegistry::PrefetchClassDescs, as AssetRegistry.TryGetAssetPackageData returns UE::AssetRegistry::EExists::Unknown in standalone games, so t ...

Dynamic (transient) material instance assignment lost if object spawnable

UE - Anim - Sequencer - Jun 21, 2024

Material Instance Dynamic assigned to Spawnable objects with Editor Utility Widget get reverted when hit the Save button in Sequencer. This appears to come from the Material Instance Dynamic not be ...

Displaying Revision control history for a file ending in an "undo" of a revision can cause a crash

UE - Editor - Workflow Systems - Jun 18, 2024

This crash is caused by how source control history is managed and shown. In this specific case the source control software is Perforce. As written in the repro steps, it can happen to any uasset tha ...

CharacterMovementComponent - Jump incorrectly simulated when moving against a wall, resulting in an apex height lower than expected and framerate-dependent

UE - Gameplay - Jun 17, 2024

The CharacterMovementComponent simulates the position of a jumping/falling character inside function UCharacterMovementComponent::PhysFalling() [CharacterMovementComponent.cpp:4381]. On the main cod ...

Lyra: GA_Melee uses disallowed NetMulticast RPC for melee impact sound

UE - Gameplay - Gameplay Ability System - Jun 13, 2024

The melee gameplay ability GA_Melee uses a NetMulticast RPC which isn't allowed and causes a blueprint validation error: GA_Melee.uasset: Gameplay Abilities are not replicated to Simulated Proxies ...

Unable to fix up redirector of assets used in level instances

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 12, 2024

If another persistent level is open, the fix up can work. ...