FRuntimeFloatCurve in datatable causes editor crash

UE - Editor - Apr 24, 2024

Inside SCurveEditor::ZoomToFitHorizontal and SCurveEditor::ZoomToFitVertical, the program navigates through a TArray<FRealCurve*> called CurvesToFit in a for each loop. Inside the for loop, if the p ...

Creating MaterialInstanceDynamic for a moving/crumbled geometry collection component, the rendering position is reset to the initial location

UE - Simulation - Physics - Destruction - Apr 23, 2024

Creating a MID makes the render state dirty and the engine will recreate a new scene proxy without the current attitude. This results in rendering the object in incorrect location. Here is a tempor ...

Reloading string table assets breaks references to strings and logs warnings

UE - Editor - UI Systems - Localization - Apr 22, 2024

When using the "Reload" asset action on a String Table asset, any Text variables that reference the string table would break and say "<MISSING STRING TABLE ENTRY>". ...

PhysicsControl-enabled controls occasionally teleport to origin

UE - Anim - Apr 22, 2024

Occasionally, PhysicsControl controls will teleport to the world origin. This is sporadic and generally fixes itself either with a restart. In the licensee's case, the controls were also animation d ...

Unable to Create New Niagara User Parameter After Deletion without Niagara Editor Window Restart

UE - Niagara - Scripting - Apr 22, 2024

When a user deletes a Niagara User Parameter within the Niagara System editor window, attempting to create a new parameter with the same name immediately after deletion results in an error. Despite ...

Blueprint Add Custom Event unable to resolve delegate signature inside a split struct

UE - Gameplay - Blueprint - Apr 19, 2024

This issue occurs when a static function is created and has a struct parameter that has a delegate exposed to blueprint. When using the helper function in blueprint after having used "Split Struct ...

Lumen artifacts on splitscreen during camera cuts

UE - Graphics Features - Lumen - Apr 18, 2024

A UDN licensee has pointed out that they are seeing unresolved Lumen reflection artifacts when they are running their game in split-screen mode. A video of this behavior is found in the Related tab ...

Enabling SunPosition engine plugin causes a missing file warning in a packaged build

UE - Editor - Content Pipeline - Apr 18, 2024

Licensee noted that editor-only code from the Sun Position Calculator engine plugin was causing a warning in packaged builds. A similar issue was reported for 4.22 [Link Removed], but this appears t ...

Breakpoint on SetText node in WBP PreConstruct triggers editor hang on save

UE - Gameplay - Blueprint - Apr 17, 2024

A user reported that when calling SetText on a text widget in a widget blueprint's PreConstruct causes an editor hang when you put a breakpoint on SetText and attempt to save the asset. The issue i ...