Crash when createing a Landscape and the DisasterRecoveryClient plugin is enabled. In the editor appears as Recovery Hub.

When DistasterRecoveryClient (in editor called RecoveryHub) plugin is added to the project and the user creates a Landscape, a crash occurs. ...

Shadow doesn't update for a moving nanite mesh (fixed in 5.4)

UE - Graphics Features - Shadows - Mar 25, 2024

When a nanite mesh moves, the shadow does not. ...

Mac Modern xcode framework link issue

UE - Platform - Apple - Mar 25, 2024

Our client is attempting to use an external framework as a third party within Unreal Engine, and they are encountering issues despite following the standard guidelines for adding the framework. T ...

Crazy camera when zooming in/out the Sequencer

UE - Anim - Sequencer - Mar 22, 2024

If you add Static Mesh (cube) in this Level Sequence and click on it in Sequencer, you can observe the Spline Path that the cube is following is changing its shape when keys in Sequencer are zoomed ...

Improve shader map logging in EmitNullShaderParameterFatalError

UE - Rendering Architecture - Shaders - Mar 22, 2024

UDN: [Link Removed]In order to make it easier to track down (future) assets that could cause this crash we modified EmitNullShaderParameterFatalError() to also dump the asset filename if possible: ...

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 ...

Typing "Lerp" when dragging off of a vector pin results in "Slerp" being the first context menu hit

UE - Gameplay - Blueprint Editor - Mar 21, 2024

[Image Removed] ...

ExposeOnSpawn Class properties do not respect "none" as the value on "Construct object from class" node

UE - Gameplay - Blueprint - Mar 21, 2024

I think that the root of the issue actually comes from the K2 node behavior itself. If you copy your node and paste it to a clipboard, you can see the pins and the string representation of all the v ...

Instanced EditInlineNew objects are parented to the CDO when used by a child BP of a parent BP that inherits from a native class

UE - Gameplay - Blueprint Runtime - Mar 21, 2024

EditInlineNew objects added to Instanced array stored in a struct are seemingly ignored and the object is instead parented to the CDO of the owner. The owner must be the BP child of a parent BP tha ...

YCoCg to sRGB?

UE - Niagara - Rendering - Mar 20, 2024

Both the material and the Niagara compute shader use the same function to interpret the YCoCg color data, but the Niagara compute shader returns an incorrect color. Also found on CL: 32347737 in Re ...