Crash when editing FRuntimeFloatCurve's curve from sequencer's edit key window

UE - Anim - Sequencer - Mar 31, 2023

Crash when editing a FRuntimeFloatCurve curve exposed through EventTrack or a self-made Struct from the sequencer key edit window. FRuntimeFloatCurve does not support Expose to Cinematic, so this m ...

Display Texture Atlases in Widget Reflector displaying incorrect tooltips

UE - Editor - UI Systems - Slate - Aug 3, 2023

Tooltips within Page 1 of the Texture Atlas Visualizer in Widget Reflector are displaying the incorrect asset. This issue is occurring in Binary //UE5/Release-5.3 at CL 26560699 This issue is occur ...

Rect light artifacts from NaN pixels on surfaces that are coplanar with light position

UE - Graphics Features - May 10, 2024

Rect lights cause artifacts (nan pixels) on pixels of surfaces that are coplanar with light position.  In RectLight.ush, in RectIrradianceLambert, at line 106, c30 is -1, so rsqrt(0) causes a nan to ...

Blend Stack node doesn't have a valid FDeltaTimeRecord

UE - Anim - Runtime - Apr 19, 2024

The blend stack node doesn't generate any values for its DeltaTimeRecord.  This can be tested with the fix for [Link Removed] shelved at 32747789.  Since there isn't a tick record directly associate ...

Cannot move instances of a hierarchical static mesh component in the blueprint editor viewport

UE - Gameplay - Components - Apr 12, 2016

Can move individual mesh instances of a regular instanced mesh component in the blueprint editor, but not hierarchical ones. Originally reported as a pull request in [Link Removed], but we rejected ...

Crash playing a HapticFeedbackEffect_Soundwave with no sound assigned

UE - Platform - XR - Sep 13, 2016

Crash attempting to use a HapticFeedbackEffect_SoundWave with no sound set on it (i.e. a newly created one.) Found on: 4.13.1 Binary CL-3120228 //UE4/Release-4.13 CL-3123398 Similar to [Link Remo ...

Crash on UObject::ProcessEvent after 4.7 update

UE - Editor - UI Systems - Feb 27, 2015

Crash Report [Link Removed] Bugg 38910 After updating project from 4.6.1 to 4.7, user experiences unexplained crash when playing in editor. *In addtion to the crash report, the user provides a lot ...

Inconsistance Line Trace behavior

UE - Simulation - Physics - Dec 22, 2016

Line trace component appears to return a hit result even when the trace should not have had anything to hit. Attached project shows line trace start & end points. Even when the trace doesn't overla ...

Engine crash from opening level bounds blueprint after project reopens

UE - Gameplay - Blueprint - Jun 2, 2017

There is a crash that is occurring when a blueprint with the parent of "Level Bounds". The crash occurs when the project is closed and reopened. Opening the blueprint immediately after it was create ...

MS_VertexAnimationTools_MorphTargets are not deforming and reforming

UE - Graphics Features - Sep 20, 2017

The Material should be contracting and expanding if it is working correctly, but after version 4.16 it is not. Instead it is solid in appearance in the material editor viewport. Below I have linked ...