"Right-click -> Set Current Preview Mesh" option does not exist for Montages.

UE - Anim - Gameplay - Dec 6, 2023

Related UDN: [Link Removed] ...

Renaming actors between levels during PIE causes issues

UE - World Creation - Worldbuilding Tools - OFPA - Dec 4, 2023

When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...

HLOD Build crashing when building nanite for mesh with 2 material having the same parameters

UE - World Creation - Worldbuilding Tools - HLOD - Dec 2, 2023

From Licensee: Catching the exception with debugger allowed us to find a list of materials on the hlod mesh on which the error occured and we were then able to link it to one of our meshes causing ...

Some post-processing passes sample outside of the viewport when using scene capture components

UE - Graphics Features - Nov 29, 2023

It looks like the SSAO shader does not clamp its sample space to the half view size for the two inputs "Ambient Occlusion" and "AmbientOcclusionSetup", leading to invalid data entering the edge of f ...

Volumetric fog flicker side screen

UE - Rendering Architecture - Nov 29, 2023

The flicker is visible in Epic scalability as well, it is just smaller on screen because the fog voxels are smaller (r.VolumetricFog.GridPixelSize). ...

Setting Texture Group "UI" from Editor Utility Blueprint at Import causes a crash

UE - Texture - Nov 28, 2023

In Blueprint, binding a custom event to OnAssetPostImport and setting TextureGroup to UI causes the UE editor to crash. But if it sets to the other group like "World" or "Character", this crash does ...

UMovieSceneDMXLibrarySection::GetFixturePatches returns invalid patches

UE - Virtual Production - IO - DMX - Nov 28, 2023

UMovieSceneDMXLibrarySection::GetFixturePatches() returns an invalid patch as follows. The if condition needs to be corrected.  TArray<UDMXEntityFixturePatch*> UMovieSceneDMXLibrarySection::GetFixt ...

Delayed movement adjustment can include incorrect movement mode

UE - Gameplay - Player Movement - Nov 27, 2023

It's possible for the server to send a client's character a movement correction with the wrong movement mode.  This can occur if a project has client adjustment throttling settings enabled:  Networ ...

Ensure in GatherSubobjectData

UE - Gameplay - Nov 27, 2023

An ensure in GatherSubobjectData is being hit under certain inheritance conditions. This appears to be similar and potentially related to [Link Removed] and the fix at CL 16377852. Stepping through ...

UToolMenus::GenerateWidget can crash while calling PopulateMenuBuilder

UE - Editor - Workflow Systems - Nov 24, 2023

A user reported that UToolMenus::GenerateWidget will crash if UToolMenus::AddReferencedObject is called during the construction of a menu. Using the above in-code repro steps, I can repro this in a ...