Crash when adding a Material Layer with a Static Component Mask Parameter node to a Material Instance

UE - Graphics Features - Apr 15, 2021

When adding a Material Layer, that has a Static Component Mask Parameter node in it, to a Material Instance, the editor will crash.   The ability to set Material Attribute layers in a Material Inst ...

Virtual Texture not available in the Material Domain settings of a Material

UE - Graphics Features - Apr 13, 2021

Virtual Texture is not available as an option for the Material Domain. Even if Virtual Texture support is enabled in the project settings. Tested in //UE4/Release-4.25 @ CL 14469661 and this did ...

Crash when copying and making a button widget the root of a second widget blueprint

UE - Editor - UI Systems - Apr 13, 2021

Pasting a button element from one Widget Blueprint into a second Widget Blueprint that has had its root Canvas Panel deleted results in a crash. The crash only occurs when the Canvas Panel is delete ...

Skelmesh Bake Materials doesn't remove old materials from slots

UE - World Creation - Worldbuilding Tools - Merge Actor - Mar 24, 2021

When an LOD get materials reduced to one with Bake Materials, it doesn't delete the extra slots on the LOD. So if starting with 10 slots on the skelmesh, then baking, slot 1 gets the newly baked mat ...

Moving a function to the parent class does not update the FunctionReference on calling nodes

UE - Gameplay - Blueprint Editor - Mar 19, 2021

When SMyBlueprint::OnMoveToParent() gets called the callsites of the function are never updated in dependent blueprints. This results in any UK2Node_CallFunction's not having their `FunctionReferen ...

Pasting an Emitter In Niagara System is not created at cursor position

UE - Niagara - Mar 10, 2021

Not a regression as this also occurs in //UE4/Release-4.25.4 Behavior should work like other BP nodes, where copy/pasting puts the node where the mouse cursor is located. Current behavior is time ...

virtual texture lightmap crash due to pixel format r8Unorm_srgb in MacEditor

UE - Rendering Architecture - RHI - Mar 4, 2021

Currently r8Unorm_srgb is required by virtual texture lightmap, and the Metal RHI simply forbids r8Unorm_srgb on Mac platform. Since the latest MacOS 11.0+ have the support of r8Unorm_srgb, we shoul ...

[CrashReporter] UE4Editor-Renderer!static void RenderViewFamily_RenderThread(class FRHICommandListImmediate & const, class FSceneRenderer *) [SceneRendering.cpp:3619]

UE - Graphics Features - Mar 1, 2021

User comment: "...can't launch anything as standalone, only simulate..." Generated from CrashReporter ...

Undoing a curve editor change removes current selection

UE - Anim - Sequencer - Feb 9, 2021

Undoing a curve editor change removes current selection ...