In some situations, a Blueprint can become devoid of an Event Graph. While no graphs are present, multiple variables can be created with the same name.

UE - Gameplay - Blueprint Editor - Aug 26, 2024

In some situations, a Blueprint can become devoid of an Event Graph, or be created without one from the start. For example, function "FKismetEditorUtilities::CreateBlueprint()" in UE 5.4 does not ca ...

Skylight Intensity causes brightness discrepancy between the pathtracer and realtime renderers

UE - Graphics Features - Aug 26, 2024

In a scene without a sky sphere, increasing the skylight intensity will cause the sky to brighten in the pathtracer. Other renderers do not brighten the sky, and the intensity increase is applied on ...

Input Mapping Context entries can get into a corrupted state when swapped with another entry that has a Combo Trigger.

UE - Gameplay - Input - Aug 23, 2024

This behaviour was working correctly in version 5.3. This issue happens inside an InputMappingContext DataAsset from the EnhancedInput system. We need at least two mappings entries. One of the entri ...

Niagara Fluids Plugin creates a memory reference of any saved level by only being active, before being actually used.

UE - Niagara - Aug 21, 2024

While Niagara Fluids Plugin is active it creates a memory reference of any saved level regardless of being actually used. Simply enabling the plugin shows a memory reference while deleting the level ...

Blueprint compilation resets settings on level-placed actors

UE - Gameplay - Blueprint - Aug 21, 2024

Triggering an actor component recompilation resets all the variables to the default state on spawned actors in the level. Users can unintentionally lose property settings on placed actors in a worl ...

The Sorting Issue Between Height Fog and Transparent Objects

UE - Graphics Features - Aug 21, 2024

When a LocalFogVolume is used with ExponentialHeightFog, it does not correctly fog translucent objects. ExponentialHeightFog and Volumetric Fog from a LocalFogVolume both correctly occlude transluc ...

A sampling result of DistanceFieldAOHistory is shifted to a wrong position.

UE - Graphics Features - Aug 21, 2024

DistanceFieldAOHistory introduces ghosting at low scalability and low screen percentages. This can lead to AO artifacts and a ghosting effect from the character. This issue was also observed on //U ...

Default Data Wire Thickness in the Editor Preferences only affects Single Value data wires. Containers (Array, Set, Map) line thickness are wrongly tied to Default Execution Wire Thickness.

UE - Gameplay - Blueprint Editor - Aug 19, 2024

Changing the "Editor Preferences > Content Editors > Graph Editors > Tracing > Default Data Wire Thickness" value in the "Editor Preferences" only affects single value data wires. Containers (Array, ...

"Assertion failed: CellIndex < CellIndexMax" when there are a lot of HISM foliage in a level

UE - World Creation - Worldbuilding Tools - Foliage - Aug 19, 2024

Users have come across an issue in 5.4 that causes an assert when many foliage or HISM objects are placed in a level due to a cell size limit. ...

GAS: Creating an UGameplayEffectUIData blueprint will lead to a failed Data Validation

UE - Gameplay - Gameplay Ability System - Aug 16, 2024

The logic for data validation on UGameplayEffectComponent expects it to be owned by a UGameplayEffect. Any Blueprint derived from UGameplayEffectUIData (child of UGameplayEffectComponent) fails this ...