Call-In-Editor functions in an EditorUtilityActor are not called in editor

UE - Gameplay - Blueprint - Mar 22, 2024

In 5.1 through 5.3, Call-In-Editor functions within EditorUtilityActor Blueprints created via Create Advanced Assets/Editor Utilities/Editor Utility Blueprint are not callable in editor. Prior to 5 ...

When an active Niagara Component is moved and reset+reactivated in the same frame, "Interpolated Spawning" causes "Spawn Burst Instantaneous" to spawn particles in the previous frame's outdated location

UE - Niagara - Mar 6, 2024

Consider a Niagara System with an Emitter in "Global Space" that has "Interpolated Spawning" active and a "Spawn Burst Instantaneous" module with a "Spawn Time" of 0.0 (for example, the built-in Con ...

Edit Layers naming is being added to the Localization Dashboard

UE - Rendering Architecture - Materials - Mar 1, 2024

When a Material Instance with Layer Parameters is added to the Level Landscape, the Layer Names get added to the Localization Dashboard. ...

Lumen with HWRT has an artifact on AMD GPU

UE - Graphics Features - Lumen - Feb 6, 2024

Repro test required.We don't have AMD GPU to create the same environment here, so we collected reproduction information from the licensee and passed it on as is.Let me know if you need any additiona ...

Two Sided Foliage doesn't receive VSM shadow with Opacity 0

UE - Graphics Features - Jan 25, 2024

Two-Sided foliage materials with an Opacity of 0 ignore any shadows cast with Virtual Shadowmaps, even in a completely sealed environment. This did not happen in UE 5.1.1 ...

Crash when calling FillDataTableFromCSVString() while viewing the contents of the data table

When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being vi ...

Double clicking on Interface Function in Blueprint Graph does not take you to the function implementation.

UE - Editor - Jan 11, 2024

When double-clicking on an interface function call within a blueprint, the expected behaviour is that it will take you to the implementation of this function. However, it currently does nothing. ...

Specular/Anisotropy problems with Nanite Meshes

UE - Rendering Architecture - Jan 11, 2024

Specular highlights can disappear with clearcoat materials, when "Clear Coat Enable Second Normal" is enabled ("r.ClearCoatNormal"). ...

Chaos Vehicle does not make them CCD

UE - Simulation - Physics - Jan 10, 2024

AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...

Additive Animation does not work as intended when Ref Frame Index is more than zero

UE - Anim - Runtime - Dec 19, 2023

In some conditions, additive animation shows different/wrong behavior on Standalone Game and packaged game, from the other PIE. Watch the attached video. [Link Removed] The key points to reproduce ...