[CrashReport][Crash] UnrealEditor-Core!IMemoryReadStream::CopyTo()

UE - Rendering Architecture - Apr 10, 2025

Intermittent crash in virtual texture transcode. Usually mempy from nullptr but also occasionally we see the same callstack with memcpy to random location. ...

Investigate PythonScriptPlugin module load order for preload module

UE - Editor - Workflow Systems - Apr 10, 2025

SKP import - Mirrored groups will display with the default material in Keep Hierarchy imports

TM - Interoperability - Apr 10, 2025

Reported in SF [Link Removed] SketchUp models containing grouped elements that are mirrored will incorrectly display these elements with the default material when imported using the Keep Hierarchy ...

Crash when attempting to change the parent of a material instance constant through editor scripting

UE - Rendering Architecture - Materials - Apr 9, 2025

The built-in class "UMaterialEditingLibrary" provides various editor scripting functions related to creating and editing materials and material instances. One of these functions, UMaterialEditingLib ...

Commandlet Exits With Code -1073741819 and Exception FPlatformMisc::RequestExitWithStatus(1, 3, WindowsPlatformCrashContext.EngineUnhandledExceptionFilter)Engine exit requested (reason: Win RequestExit; note: exit was already requested)

UE - Foundation - Apr 9, 2025

When a commandlet is run it successfully completes but does not terminate the engine correctly. It appears that multiple requests are made to terminate the engine process these subsequent engine ter ...

Child widgets do not maintain the Enhanced Input bindings from their parents

UE - Editor - UI Systems - Apr 9, 2025

When a widget blueprint is created with Enhanced Input bindings in the event graph, when it is subclassed those bindings will not work in the child. This is inconsistent with how Actors function, an ...

Bug when loading an external project that also exists in the uprojectdirs

UE - Content - Sample - Apr 8, 2025

When launching the editor for the "external\foreign" project, the code in GetEngineAndProjectAbsoluteDirsFromExecutable ends up superseding the path returned from {{FPlatformMisc::ProjectDir() }} wi ...

Sampling textures with bias in the path of a custom data pin causes derivative operations when avoidable

UE - Rendering Architecture - Materials - Apr 8, 2025

Materials that make use of the analytical derivatives path to avoid hardware derivatives can still generate derivative operations on texture samples when the shading model has a custom data pin and ...