Ensure after reparenting Blueprint and moving a property to the new parent

UE - Gameplay - Blueprint Editor - Jul 20, 2023

Moving a property from a recently reparented BP to its new parent will assert in  FBlueprintCompileReinstancer::MoveDependentSkelToReinst at  ensure(PrevStructSize == NewStructSize) This only see ...

Editor crashes when closing one viewport while two viewports are open in persona

UE - Anim - Runtime - Jul 20, 2023

Crash when opening anim sequence and closing one viewport with two viewports open. No crash when one viewport is closed from one viewport open. ...

Hair visibility override issues

UE - Rendering Architecture - Jul 19, 2023

Niagara and Water Source Body Component

UE - Niagara - Jul 19, 2023

This has changed from 4.27 and the Deep Dive video on water: [Link Removed] ...

Some style settings can not be modified on Editor Utility Checkbox widget

UE - Editor - UI Systems - UMG - Jul 18, 2023

Some style settings cannot be modified on the Editor variant of the checkbox widget (EditorUtilityCheckbox). This looks to be related to the style settings applied in FStarshipCoreStyle::SetupCheckb ...

SetupToolChain.sh hasn't been updated to the latest version within Linux Installed Builds

UE - Platform - Linux - Jul 18, 2023

Repro Rate 3/3 Regression status is under investigation You are able to still package the project by ignoring and continuing after the dialog box is displayed in the Actual Results as it will util ...

Mobile preview does not follow PIE seamless travel

UE - Platform - Mobile - Jul 18, 2023

Navmesh does not update according to the volume, when an actor with a navigation volume tied to a parent is moved.

UE - AI - Navigation - Jul 14, 2023

When a NavmeshBoundsVolume or NavModifierVolume is parented to another actor in the outliner, navmesh is not updated along the volume when the parent actor is moved. If the volume is deleted and the ...

Compilation error in Mac editor builds when adding UWorld::IsStreamingLevelBeingConsidered function

UE - World Creation - Worldbuilding Tools - Jun 30, 2023

This code passes the build when compiled using the windows editor (Visual Studio), but fails when compiled using the mac editor (XCode). Adding ENGINE_API to struct FStreamingLevelsToConsider and ex ...