Expose SetWaterMaterial to BP

UE - LD & Modeling - Terrain - Water - Nov 9, 2022

Source of the request on UDN ...

Landscapes cause Vulkan crash related to GRHISupportsAttachmentVariableRateShading

UE - Rendering Architecture - RHI - Nov 7, 2022

Binary (Installed Build)//UE5/Release-5.1 @CL22986940 I encountered this same crash when creating a landscape twice, but was not able to consistently reproduce it with those steps. I figured out th ...

[Audio Synesthesia] - Setting a Synesthesia NRT's settings to None crashes editor

UE - Audio - Nov 7, 2022

Setting an Audio Analysers NRT settings to None crashes the editor. Assertion failed: nullptr != LoudnessSettings [File:D:\SMoyls_UE5_Release-5.1\Engine\Plugins\Runtime\AudioSynesthesia\Source\Audio ...

Shader Complexity viewmode is not displayed correctly in the material editor.

UE - Graphics Features - Nov 2, 2022

Floor is correctly displaying Shader Complexity. ...

Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints

UE - World Creation - Worldbuilding Tools - Level Instances - Oct 27, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL 20979098 Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints. Rerunning the Build > Pack Level Ac ...

Changing Asset Manager settings breaks game feature scan directories

UE - Gameplay - Sep 29, 2022

The asset manager is used to scan directories on disk for different Primary Assets that can then be loaded on demand. Game feature plugins support the ability to add additional scan directories when ...

Renaming an asset set to Sequencer's Payload causes the reference to be removed after restarting the editor.

UE - Anim - Sequencer - Sep 29, 2022

Renaming assets set to Sequencer's Payload will resolve the reference after restarting the editor. This is probably due to the fact that FemaleSceneEventPayloadVariable::Value is a String type. This ...

Take recorder doesn't recording looping montage notify states correctly

UE - Anim - Runtime - Sep 26, 2022

Anim notifies in montages aren't recorded correctly. This seems to be because FAnimationRecorder::RecordNotifies doesnt handle it correctly. Reported by UDN. ...

Add start and end-or-idle delegates for all cookmodes.

UE - Foundation - Core - Cooker - Sep 23, 2022

Plugin authors have requested a start and end hook for cooking so their plugin can load a database used during cooking. ...