GAS: Async loaded GameplayCueNotify can execute cue events out of order

UE - Gameplay - Gameplay Ability System - Mar 22, 2025

Licensee reported problem via UDN. Context GameplayCues ('cue') are events that can be fired by game code, that are identified via a GameplayTag. Cues can be instantaneous or can be a state on any ...

MeshPaint textures don't work when r.VT.SplitPhysicalPoolSize is set

UE - Rendering Architecture - Mar 21, 2025

Whenever we have a non zero setting for r.VT.SplitPhysicalPoolSize, then mesh painting doesn't function correctly. ...

[AI] The ZoneGraph show flag is in the ZoneGraphEditor module but used during runtime in ZoneGraph module

UE - AI - Navigation - Mar 18, 2025

The show flag for ZoneGraph lives in the ZoneGraphEditor module, but it is used for debugging at runtime by the main ZoneGraph module. There are protections around the type of build and some for EDI ...

Vehicle Template with Thruster Configuration will be affected by force relative to the distance from the origin

UE - Simulation - Physics - Mar 18, 2025

Vehicle Template vehicle with added Thruster Configuration to its VehicleMovementComponent will be affected by force relative to the distance from the origin. At around 200000 the force is enough to ...

Large Memory Allocations When Adding a Landscape_WaterBrushManager

UE - Graphics Tools - Terrain - Mar 17, 2025

When a "Water Body River" is added to a Scene with a Landscape, eleven Render Targets are allocated for the water rendering. These Render Targets are sized according to the resolution of the Landsca ...

Missing binding object for component track in level sequence

UE - Anim - Sequencer - Mar 13, 2025

This issue occurs when clicking on the Rebind Possesable References action in a Level Sequence editor. The component reference appears missing and won't work anymore. It is worth noting that when ...

wrong telemetry provider config section

UE - Foundation - Mar 12, 2025

AddEndpointsFromConfig from Telemetry.cs is searching for StudioTelemetry.Provider.Horde. This appears to be out of sync with StudioTelemetry.Provider.HordeAnalytics mentioned in BaseEngine.ini. ...

Crash when importing some .skp files on MacOS

TM - Interoperability - Mar 10, 2025

Crash when editing Gameplay Effect containing a deleted/renamed Gameplay Attribute

UE - Gameplay - Gameplay Ability System - Mar 9, 2025

When modifying the name of a gameplay attribute that is used with a modifier on a gameplay effect, attempting to remove/change the modifier causes an editor crash. This appears to be due to line 29 ...

Bug: Replace With Notify option not fully functional

UE - Anim - Runtime - Mar 7, 2025

When you select multiple notifies and attempt to replace them with another notify using "Replace with Notify", it will sometimes replace other random notifies and not the ones you have selected. ...